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

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

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

Methods in com.sun.xml.ws.tx.coordinator that return RegisterResponseType
static RegisterResponseType RegistrationManager.synchronousRegister(javax.xml.ws.WebServiceContext wsContext, java.lang.String activityId, RegisterType registerRequest)
          Handling incoming synchronous and return .
 

Methods in com.sun.xml.ws.tx.coordinator with parameters of type RegisterResponseType
 void RegistrationManager.registerResponse(javax.xml.ws.WebServiceContext wsContext, java.lang.String activityId, java.lang.String registrantId, RegisterResponseType registerResponse)
          Process an incoming message.
 

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

Methods in com.sun.xml.ws.tx.webservice.member.coord that return RegisterResponseType
 RegisterResponseType ObjectFactory.createRegisterResponseType()
          Create an instance of RegisterResponseType
 RegisterResponseType RegistrationPortTypeImpl.registerOperation(RegisterType parameters)
           
 RegisterResponseType RegistrationPortTypeRPC.registerOperation(RegisterType parameters)
           
 

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

Methods in com.sun.xml.ws.tx.webservice.member.coord with parameters of type RegisterResponseType
 javax.xml.bind.JAXBElement<RegisterResponseType> ObjectFactory.createRegisterResponse(RegisterResponseType value)
          Create an instance of JAXBElement<RegisterResponseType>}
 void RegistrationRequesterPortType.registerResponseOperation(RegisterResponseType parameters)
           
 void RegistrationRequesterPortTypeImpl.registerResponseOperation(RegisterResponseType parameters)
          Handle ws:coor <RegisterResponse> messages.