public class RegistrationCoordinator extends Object
| Constructor and Description |
|---|
RegistrationCoordinator() |
| Modifier and Type | Method and Description |
|---|---|
static W3CEndpointReference |
register(org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContextType coordinationContext,
String messageID,
W3CEndpointReference participantProtocolService,
String protocolIdentifier)
Register the participant in the protocol.
|
public static W3CEndpointReference register(org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContextType coordinationContext, String messageID, W3CEndpointReference participantProtocolService, String protocolIdentifier) throws CannotRegisterException, InvalidProtocolException, InvalidStateException, com.arjuna.webservices.SoapFault
coordinationContext - The current coordination contextmessageID - The messageID to use.participantProtocolService - The participant protocol service.protocolIdentifier - The protocol identifier.AlreadyRegisteredException - If the participant is already registered.InvalidProtocolException - If the protocol is unsupported.InvalidStateException - If the state is invalidNoActivityException - If there is to activity context active.com.arjuna.webservices.SoapFault - for errors during processing.CannotRegisterExceptionCopyright © 2013. All rights reserved.