Class Participant<T>
java.lang.Object
com.sun.xml.ws.tx.at.common.endpoint.Participant<T>
- All Implemented Interfaces:
ParticipantIF<T>
The common implementation for wsat10 and wsat11 Participants endpoints.
This impl wraps the (sub)coordinator/TM of this server as a WS-AT participant
-
Constructor Summary
ConstructorsConstructorDescriptionParticipant(jakarta.xml.ws.WebServiceContext context, WSATVersion<T> version) -
Method Summary
Modifier and TypeMethodDescriptionvoidcommit call on this subordinateprotected Tprotected WSATHelpervoidprepare call on this subordinatevoidrollback call on this subordinate
-
Constructor Details
-
Participant
-
-
Method Details
-
prepare
prepare call on this subordinate- Specified by:
preparein interfaceParticipantIF<T>- Parameters:
parameters- T
-
commit
commit call on this subordinate- Specified by:
commitin interfaceParticipantIF<T>- Parameters:
parameters- T
-
rollback
rollback call on this subordinate- Specified by:
rollbackin interfaceParticipantIF<T>- Parameters:
parameters- T
-
createNotification
-
getWSATHelper
-