|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.tx.coordinator.CoordinationContextBase
com.sun.xml.ws.tx.coordinator.CoordinationContext200410
public class CoordinationContext200410
This class encapsulates the genertated 2004/10 version of CoordinationContextType
Constructor Summary | |
---|---|
CoordinationContext200410()
|
|
CoordinationContext200410(CoordinationContext cc)
wrapper around JAXB generated CoordinationContext type |
Method Summary | |
---|---|
java.lang.String |
getCoordinationType()
Gets the value of the coordinationType property. |
long |
getExpires()
Gets the value of the expires property in milliseconds. |
java.lang.String |
getIdentifier()
Gets the value of the identifier property. |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets the underlying map that contains attributes that aren't bound to any typed property. |
javax.xml.ws.EndpointReference |
getRegistrationService()
Gets the value of the registrationService property. |
java.lang.Object |
getValue()
Return the underlying JAXB generated coordination context type. |
void |
setCoordinationType(java.lang.String coordinationType)
Sets the value of the coordinationType property. |
void |
setExpires(long expires)
Sets the value of the expires property in milliseconds. |
void |
setIdentifier(java.lang.String identifier)
Sets the value of the identifier property. |
void |
setRegistrationService(javax.xml.ws.EndpointReference registrationService)
Sets the value of the registrationService property. |
Methods inherited from class com.sun.xml.ws.tx.coordinator.CoordinationContextBase |
---|
createCoordinationContext, getRootRegistrationService, setRootCoordinatorRegistrationService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoordinationContext200410()
public CoordinationContext200410(@NotNull CoordinationContext cc)
cc
- coordination contextMethod Detail |
---|
@NotNull public java.lang.String getIdentifier()
CoordinationContextInterface
public void setIdentifier(@NotNull java.lang.String identifier)
CoordinationContextInterface
identifier
- the identifier valuepublic long getExpires()
CoordinationContextInterface
public void setExpires(long expires)
CoordinationContextInterface
expires
- the expires value in milliseconds@NotNull public java.lang.String getCoordinationType()
CoordinationContextInterface
public void setCoordinationType(@NotNull java.lang.String coordinationType)
CoordinationContextInterface
coordinationType
- either Constants.WSAT_2004_PROTOCOL
or
Constants.WSAT_OASIS_NSURI
@NotNull public javax.xml.ws.EndpointReference getRegistrationService()
CoordinationContextInterface
public void setRegistrationService(@NotNull javax.xml.ws.EndpointReference registrationService)
CoordinationContextInterface
registrationService
- the EndpointReference of the registration servicepublic java.lang.Object getValue()
CoordinationContextInterface
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
CoordinationContextInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |