com.arjuna.wsc11
Class ActivationCoordinator
java.lang.Object
com.arjuna.wsc11.ActivationCoordinator
public class ActivationCoordinator
- extends Object
Wrapper around low level Activation Coordinator messaging.
- Author:
- kevin
Method Summary |
static org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContextType |
createCoordinationContext(String activationCoordinatorURI,
String messageID,
String coordinationTypeURI,
Long expires,
org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContext currentContext)
Create the coordination context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivationCoordinator
public ActivationCoordinator()
createCoordinationContext
public static org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContextType createCoordinationContext(String activationCoordinatorURI,
String messageID,
String coordinationTypeURI,
Long expires,
org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContext currentContext)
throws InvalidCreateParametersException,
com.arjuna.webservices.SoapFault
- Create the coordination context.
- Parameters:
activationCoordinatorURI
- The URI of the activation coordinator.messageID
- The messageID to use.coordinationTypeURI
- The coordination type.expires
- The expiry time or null.currentContext
- The currnt context or null.
- Returns:
- The coordination context.
- Throws:
InvalidCreateParametersException
- if the create parameters are invalid.
com.arjuna.webservices.SoapFault
- for errors during processing.
Copyright © 2012. All Rights Reserved.