com.sun.xml.ws.tx.webservice.member.coord
Class RegistrationCoordinatorPortTypeImpl
java.lang.Object
com.sun.xml.ws.tx.webservice.member.coord.RegistrationCoordinatorPortTypeImpl
- All Implemented Interfaces:
- RegistrationCoordinatorPortType
@MemberSubmissionAddressing
@Stateful
public class RegistrationCoordinatorPortTypeImpl
- extends java.lang.Object
- implements RegistrationCoordinatorPortType
This class handles the register web service method
- Since:
- 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceName
public static final java.lang.String serviceName
- See Also:
- Constant Field Values
portName
public static final java.lang.String portName
- See Also:
- Constant Field Values
RegistrationCoordinatorPortTypeImpl
public RegistrationCoordinatorPortTypeImpl()
RegistrationCoordinatorPortTypeImpl
public RegistrationCoordinatorPortTypeImpl(java.lang.String activityId)
- Constructor for maintaining state
- Parameters:
activityId
-
registerOperation
public void registerOperation(RegisterType parameters)
- Handle ws:coor <Register> messages.
<Register ...>
<ProtocolIdentifier> ... </ProtocolIdentifier>
<ParticipantProtocolService> ... </ParticipantProtocolService>
...
</Register>
- Specified by:
registerOperation
in interface RegistrationCoordinatorPortType
- Parameters:
parameters
- contains the <register> message
getManager
public static com.sun.xml.ws.developer.StatefulWebServiceManager<RegistrationCoordinatorPortTypeImpl> getManager()
setManager
public static void setManager(com.sun.xml.ws.developer.StatefulWebServiceManager<RegistrationCoordinatorPortTypeImpl> aManager)