com.sun.xml.ws.tx.webservice.member.coord
Class RegistrationCoordinatorPortTypeImpl

java.lang.Object
  extended by 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

Field Summary
static java.lang.String portName
           
static java.lang.String serviceName
           
 
Constructor Summary
RegistrationCoordinatorPortTypeImpl()
           
RegistrationCoordinatorPortTypeImpl(java.lang.String activityId)
          Constructor for maintaining state
 
Method Summary
static com.sun.xml.ws.developer.StatefulWebServiceManager<RegistrationCoordinatorPortTypeImpl> getManager()
           
 void registerOperation(RegisterType parameters)
          Handle ws:coor <Register> messages.
static void setManager(com.sun.xml.ws.developer.StatefulWebServiceManager<RegistrationCoordinatorPortTypeImpl> aManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RegistrationCoordinatorPortTypeImpl

public RegistrationCoordinatorPortTypeImpl()

RegistrationCoordinatorPortTypeImpl

public RegistrationCoordinatorPortTypeImpl(java.lang.String activityId)
Constructor for maintaining state

Parameters:
activityId -
Method Detail

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)