|
||||||||||
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.CoordinationContext200603
public class CoordinationContext200603
This class encapsulates the genertated 2006/03 version of CoordinationContextType
Just a placeholder for future implementation work...
Constructor Summary | |
---|---|
CoordinationContext200603()
|
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 CoordinationContext200603()
Method Detail |
---|
public java.lang.String getIdentifier()
CoordinationContextInterface
public void setIdentifier(java.lang.String identifier)
CoordinationContextInterface
identifier
- the identifier valuepublic long getExpires()
CoordinationContextInterface
public void setExpires(long expires)
CoordinationContextInterface
expires
- the expires value in millisecondspublic java.lang.String getCoordinationType()
CoordinationContextInterface
public void setCoordinationType(java.lang.String coordinationType)
CoordinationContextInterface
coordinationType
- either Constants.WSAT_2004_PROTOCOL
or
Constants.WSAT_OASIS_NSURI
public javax.xml.ws.EndpointReference getRegistrationService()
CoordinationContextInterface
public void setRegistrationService(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 |