com.arjuna.wsc.messaging
Class RegistrationCoordinatorProcessorImpl

java.lang.Object
  extended bycom.arjuna.webservices.wscoor.processors.RegistrationCoordinatorProcessor
      extended bycom.arjuna.wsc.messaging.RegistrationCoordinatorProcessorImpl

public class RegistrationCoordinatorProcessorImpl
extends com.arjuna.webservices.wscoor.processors.RegistrationCoordinatorProcessor

The Registration Coordinator processor.

Author:
kevin

Constructor Summary
RegistrationCoordinatorProcessorImpl()
           
 
Method Summary
 void register(com.arjuna.webservices.wscoor.RegisterType register, com.arjuna.webservices.wsaddr.AddressingContext addressingContext, com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
          Register the participant in the protocol.
 
Methods inherited from class com.arjuna.webservices.wscoor.processors.RegistrationCoordinatorProcessor
getCoordinator, setCoordinator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationCoordinatorProcessorImpl

public RegistrationCoordinatorProcessorImpl()
Method Detail

register

public void register(com.arjuna.webservices.wscoor.RegisterType register,
                     com.arjuna.webservices.wsaddr.AddressingContext addressingContext,
                     com.arjuna.webservices.wsarj.ArjunaContext arjunaContext)
Register the participant in the protocol.

Parameters:
register - The register request.
addressingContext - The addressing context.
arjunaContext - The arjuna context.