Uses of Class
com.sun.xml.ws.tx.at.common.WSATVersion
Packages that use WSATVersion
Package
Description
-
Uses of WSATVersion in com.sun.xml.ws.tx.at
Fields in com.sun.xml.ws.tx.at declared as WSATVersion -
Uses of WSATVersion in com.sun.xml.ws.tx.at.common
Fields in com.sun.xml.ws.tx.at.common declared as WSATVersionModifier and TypeFieldDescriptionstatic final WSATVersion<Notification> WSATVersion.v10static final WSATVersion<Notification> WSATVersion.v11Methods in com.sun.xml.ws.tx.at.common that return WSATVersionModifier and TypeMethodDescriptionstatic 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 WSATVersionConstructors in com.sun.xml.ws.tx.at.common.client with parameters of type WSATVersionModifierConstructorDescriptionprotectedBaseProxyBuilder(WSATVersion<T> version) protectedCoordinatorProxyBuilder(WSATVersion<T> twsatVersion) protectedParticipantProxyBuilder(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 WSATVersionModifierConstructorDescriptionCoordinator(jakarta.xml.ws.WebServiceContext m_context, WSATVersion<T> m_version) Participant(jakarta.xml.ws.WebServiceContext context, WSATVersion<T> version)