Uses of Interface
com.sun.xml.ws.tx.at.runtime.TransactionServices
-
Packages that use TransactionServices Package Description com.sun.xml.ws.tx.at com.sun.xml.ws.tx.at.common.endpoint com.sun.xml.ws.tx.at.internal com.sun.xml.ws.tx.coord.common.endpoint -
-
Uses of TransactionServices in com.sun.xml.ws.tx.at
Methods in com.sun.xml.ws.tx.at that return TransactionServices Modifier and Type Method Description static TransactionServicesWSATHelper. getTransactionServices()Return the TransactionServices See interface for details... -
Uses of TransactionServices in com.sun.xml.ws.tx.at.common.endpoint
Methods in com.sun.xml.ws.tx.at.common.endpoint that return TransactionServices Modifier and Type Method Description protected TransactionServicesCoordinator. getTransactionServices()Return TransactionServicesImpl in order to issue replayCompletion -
Uses of TransactionServices in com.sun.xml.ws.tx.at.internal
Classes in com.sun.xml.ws.tx.at.internal that implement TransactionServices Modifier and Type Class Description classTransactionServicesImplMethods in com.sun.xml.ws.tx.at.internal that return TransactionServices Modifier and Type Method Description static TransactionServicesTransactionServicesImpl. getInstance() -
Uses of TransactionServices in com.sun.xml.ws.tx.coord.common.endpoint
Methods in com.sun.xml.ws.tx.coord.common.endpoint that return TransactionServices Modifier and Type Method Description protected TransactionServicesBaseRegistration. getTransactionServices()
-