Uses of Class
com.sun.xml.ws.tx.webservice.member.coord.RegisterType

Packages that use RegisterType
com.sun.xml.ws.tx.at   
com.sun.xml.ws.tx.coordinator   
com.sun.xml.ws.tx.webservice.member.coord   
 

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

Constructors in com.sun.xml.ws.tx.at with parameters of type RegisterType
ATCompletion(Coordinator parent, RegisterType registerRequest)
           
ATParticipant(Coordinator parent, RegisterType registerRequest)
          Remote ATParticipant with a local Coordinator.
 

Uses of RegisterType in com.sun.xml.ws.tx.coordinator
 

Methods in com.sun.xml.ws.tx.coordinator that return RegisterType
 RegisterType Registrant.getRegisterRequest()
          Get the SOAP register request
 

Methods in com.sun.xml.ws.tx.coordinator with parameters of type RegisterType
 void RegistrationManager.register(javax.xml.ws.WebServiceContext wsContext, java.lang.String activityId, RegisterType registerRequest)
          Handle an incoming web service request from an external Participant and send a back.
static RegisterResponseType RegistrationManager.synchronousRegister(javax.xml.ws.WebServiceContext wsContext, java.lang.String activityId, RegisterType registerRequest)
          Handling incoming synchronous and return .
 

Constructors in com.sun.xml.ws.tx.coordinator with parameters of type RegisterType
Registrant(Coordinator parent, RegisterType registerRequest)
          Create a new registrant
 

Uses of RegisterType in com.sun.xml.ws.tx.webservice.member.coord
 

Methods in com.sun.xml.ws.tx.webservice.member.coord that return RegisterType
 RegisterType ObjectFactory.createRegisterType()
          Create an instance of RegisterType
 

Methods in com.sun.xml.ws.tx.webservice.member.coord that return types with arguments of type RegisterType
 javax.xml.bind.JAXBElement<RegisterType> ObjectFactory.createRegister(RegisterType value)
          Create an instance of JAXBElement<RegisterType>}
 

Methods in com.sun.xml.ws.tx.webservice.member.coord with parameters of type RegisterType
 javax.xml.bind.JAXBElement<RegisterType> ObjectFactory.createRegister(RegisterType value)
          Create an instance of JAXBElement<RegisterType>}
 void RegistrationCoordinatorPortType.registerOperation(RegisterType parameters)
           
 void RegistrationCoordinatorPortTypeImpl.registerOperation(RegisterType parameters)
          Handle ws:coor <Register> messages.
 RegisterResponseType RegistrationPortTypeImpl.registerOperation(RegisterType parameters)
           
 RegisterResponseType RegistrationPortTypeRPC.registerOperation(RegisterType parameters)