Uses of Class
com.sun.xml.ws.tx.at.WSATXAResource
Packages that use WSATXAResource
-
Uses of WSATXAResource in com.sun.xml.ws.tx.at
Methods in com.sun.xml.ws.tx.at that return types with arguments of type WSATXAResourceMethods in com.sun.xml.ws.tx.at with parameters of type WSATXAResourceModifier and TypeMethodDescriptionvoidWSATHelper.commit(jakarta.xml.ws.EndpointReference epr, Xid xid, WSATXAResource wsatXAResource) Unlike rollback, Xids are not added to the durable participant XAResource map during commit as prepare must always be called in WS-AT (there is no onePhase commit) and prepare must add the Xid to the map.voidWSATHelper.prepare(jakarta.xml.ws.EndpointReference epr, Xid xid, WSATXAResource wsatXAResource) Get/create participant port and place it in the cache, issue prepare upon it, and place the WSATXAResource in the map.voidWSATHelper.rollback(jakarta.xml.ws.EndpointReference epr, Xid xid, WSATXAResource wsatXAResource) Rollback can be called before or after prepare so we could do a state check here to avoid the redundant put in the latter case, but it is harmless to re-put and likely not a drastic performance concern. -
Uses of WSATXAResource in com.sun.xml.ws.tx.at.internal
Methods in com.sun.xml.ws.tx.at.internal with parameters of type WSATXAResourceModifier and TypeMethodDescriptionBranchRecord.addSubordinate(Xid xid, WSATXAResource wsatResource) Adds the specified WS-AT resource to the gateway branch record.