Uses of Class
com.sun.xml.ws.tx.at.common.WSATVersion
-
Packages that use WSATVersion Package Description com.sun.xml.ws.tx.at com.sun.xml.ws.tx.at.common com.sun.xml.ws.tx.at.common.client com.sun.xml.ws.tx.at.common.endpoint -
-
Uses of WSATVersion in com.sun.xml.ws.tx.at
Fields in com.sun.xml.ws.tx.at declared as WSATVersion Modifier and Type Field Description protected WSATVersion<T>WSATHelper. builderFactory -
Uses of WSATVersion in com.sun.xml.ws.tx.at.common
Fields in com.sun.xml.ws.tx.at.common declared as WSATVersion Modifier and Type Field Description static WSATVersion<Notification>WSATVersion. v10static WSATVersion<Notification>WSATVersion. v11Methods in com.sun.xml.ws.tx.at.common that return WSATVersion Modifier and Type Method Description static WSATVersionWSATVersion. getInstance(Transactional.Version version) -
Uses of WSATVersion in com.sun.xml.ws.tx.at.common.client
Fields in com.sun.xml.ws.tx.at.common.client declared as WSATVersion Modifier and Type Field Description protected WSATVersion<T>BaseProxyBuilder. versionConstructors in com.sun.xml.ws.tx.at.common.client with parameters of type WSATVersion Constructor Description BaseProxyBuilder(WSATVersion<T> version)CoordinatorProxyBuilder(WSATVersion<T> twsatVersion)ParticipantProxyBuilder(WSATVersion<T> version) -
Uses of WSATVersion in com.sun.xml.ws.tx.at.common.endpoint
Constructors in com.sun.xml.ws.tx.at.common.endpoint with parameters of type WSATVersion Constructor Description Coordinator(jakarta.xml.ws.WebServiceContext m_context, WSATVersion<T> m_version)Participant(jakarta.xml.ws.WebServiceContext context, WSATVersion<T> version)
-