Uses of Interface
com.sun.xml.ws.tx.webservice.member.at.ParticipantPortType

Packages that use ParticipantPortType
com.sun.xml.ws.tx.at   
com.sun.xml.ws.tx.webservice.member.at   
 

Uses of ParticipantPortType in com.sun.xml.ws.tx.at
 

Methods in com.sun.xml.ws.tx.at that return ParticipantPortType
static ParticipantPortType ATParticipant.getATParticipantWS(javax.xml.ws.EndpointReference toPPS, javax.xml.ws.EndpointReference replyToCPS, boolean nonterminalNotification)
           
 ParticipantPortType ATParticipant.getParticipantPort(javax.xml.ws.EndpointReference epr)
           
 

Uses of ParticipantPortType in com.sun.xml.ws.tx.webservice.member.at
 

Classes in com.sun.xml.ws.tx.webservice.member.at that implement ParticipantPortType
 class ParticipantPortTypeImpl
          WS-Atomic Transaction participant protocol service
 

Methods in com.sun.xml.ws.tx.webservice.member.at that return ParticipantPortType
 ParticipantPortType WSATCoordinator.getParticipant()
           
 ParticipantPortType WSATCoordinator.getParticipant(javax.xml.ws.EndpointReference epr, javax.xml.ws.WebServiceFeature... features)