Package com.arjuna.wsc11.messaging
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
-
Method Summary
Modifier and TypeMethodDescriptionorg.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
-
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 classcom.arjuna.webservices11.wscoor.processors.RegistrationCoordinatorProcessor
- Parameters:
register
- The register request.map
- The addressing context.arjunaContext
- The arjuna context.
-