com.arjuna.wsc.messaging
Class ActivationCoordinatorProcessorImpl

java.lang.Object
  extended bycom.arjuna.webservices.wscoor.processors.ActivationCoordinatorProcessor
      extended bycom.arjuna.wsc.messaging.ActivationCoordinatorProcessorImpl

public class ActivationCoordinatorProcessorImpl
extends com.arjuna.webservices.wscoor.processors.ActivationCoordinatorProcessor

The Activation Coordinator processor.

Author:
kevin

Constructor Summary
ActivationCoordinatorProcessorImpl()
           
 
Method Summary
 void createCoordinationContext(com.arjuna.webservices.wscoor.CreateCoordinationContextType createCoordinationContext, com.arjuna.webservices.wsaddr.AddressingContext addressingContext)
          Create the coordination context.
 
Methods inherited from class com.arjuna.webservices.wscoor.processors.ActivationCoordinatorProcessor
getCoordinator, setCoordinator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationCoordinatorProcessorImpl

public ActivationCoordinatorProcessorImpl()
Method Detail

createCoordinationContext

public void createCoordinationContext(com.arjuna.webservices.wscoor.CreateCoordinationContextType createCoordinationContext,
                                      com.arjuna.webservices.wsaddr.AddressingContext addressingContext)
Create the coordination context.

Parameters:
createCoordinationContext - The create coordination context request.
addressingContext - The addressing context.