com.sun.xml.ws.tx.coordinator
Class CoordinationContextBase

java.lang.Object
  extended by com.sun.xml.ws.tx.coordinator.CoordinationContextBase
All Implemented Interfaces:
CoordinationContextInterface
Direct Known Subclasses:
CoordinationContext200410, CoordinationContext200603

public abstract class CoordinationContextBase
extends java.lang.Object
implements CoordinationContextInterface

Abstract base class for implementations of CoordinationContextInterface

Since:
1.0

Constructor Summary
CoordinationContextBase()
           
 
Method Summary
static CoordinationContextInterface createCoordinationContext(java.lang.Object cc)
           
 javax.xml.ws.EndpointReference getRootRegistrationService()
          Get the root registration service EPR
 void setRootCoordinatorRegistrationService(javax.xml.ws.EndpointReference rootRegistrationService)
          Set the root registration service EPR for this coordination context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.ws.tx.coordinator.CoordinationContextInterface
getCoordinationType, getExpires, getIdentifier, getOtherAttributes, getRegistrationService, getValue, setCoordinationType, setExpires, setIdentifier, setRegistrationService
 

Constructor Detail

CoordinationContextBase

public CoordinationContextBase()
Method Detail

setRootCoordinatorRegistrationService

public void setRootCoordinatorRegistrationService(@NotNull
                                                  javax.xml.ws.EndpointReference rootRegistrationService)
Description copied from interface: CoordinationContextInterface
Set the root registration service EPR for this coordination context

Specified by:
setRootCoordinatorRegistrationService in interface CoordinationContextInterface

getRootRegistrationService

@NotNull
public javax.xml.ws.EndpointReference getRootRegistrationService()
Description copied from interface: CoordinationContextInterface
Get the root registration service EPR

Specified by:
getRootRegistrationService in interface CoordinationContextInterface
Returns:
the root registration service epr

createCoordinationContext

@NotNull
public static CoordinationContextInterface createCoordinationContext(@NotNull
                                                                             java.lang.Object cc)