Uses of Interface
com.sun.xml.ws.api.tx.ATTransaction

Packages that use ATTransaction
com.sun.xml.ws.tx.common   
 

Uses of ATTransaction in com.sun.xml.ws.tx.common
 

Classes in com.sun.xml.ws.tx.common that implement ATTransaction
 class ATTransactionImpl
          Represents an WS-AT capable Transaction.
 

Methods in com.sun.xml.ws.tx.common that return ATTransaction
 ATTransaction ATTransactionManagerImpl.getTransaction(java.lang.String coordId)