Class RegistrationCoordinatorProcessorImpl

java.lang.Object
com.arjuna.webservices11.wscoor.processors.RegistrationCoordinatorProcessor
com.arjuna.wsc11.messaging.RegistrationCoordinatorProcessorImpl

public class RegistrationCoordinatorProcessorImpl extends com.arjuna.webservices11.wscoor.processors.RegistrationCoordinatorProcessor
The Registration Coordinator processor.
Author:
kevin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterResponseType
    register(org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterType register, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext, boolean isSecure)
    Register the participant in the protocol.

    Methods inherited from class com.arjuna.webservices11.wscoor.processors.RegistrationCoordinatorProcessor

    getCoordinator, setCoordinator

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RegistrationCoordinatorProcessorImpl

      public RegistrationCoordinatorProcessorImpl()
  • Method Details

    • register

      public org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterResponseType register(org.oasis_open.docs.ws_tx.wscoor._2006._06.RegisterType register, org.jboss.ws.api.addressing.MAP map, com.arjuna.webservices11.wsarj.ArjunaContext arjunaContext, boolean isSecure)
      Register the participant in the protocol.
      Specified by:
      register in class com.arjuna.webservices11.wscoor.processors.RegistrationCoordinatorProcessor
      Parameters:
      register - The register request.
      map - The addressing context.
      arjunaContext - The arjuna context.