Methods Summary |
---|
public java.lang.String | getCoordinationType()Gets the value of the coordinationType property.
|
public long | getExpires()Gets the value of the expires property in milliseconds.
|
public java.lang.String | getIdentifier()Gets the value of the identifier property.
|
public java.util.Map | getOtherAttributes()Gets the underlying map that contains attributes that aren't bound to
any typed property.
the map is keyed by the name of the attribute and
the value is the string value of the attribute.
the map returned by this method is live, and you can add new attribute
by updating the map directly. Because of this design, there's no setter.
|
public javax.xml.ws.EndpointReference | getRegistrationService()Gets the value of the registrationService property.
|
public javax.xml.ws.EndpointReference | getRootRegistrationService()Get the root registration service EPR
|
public java.lang.Object | getValue()Return the underlying JAXB generated coordination context type.
This will either be a (@link com.sun.xml.ws.tx.webservice.member.coord.CoordinationContext} or a
OASIS CoordinationContext.
|
public void | setCoordinationType(java.lang.String coordinationType)Sets the value of the coordinationType property.
|
public void | setExpires(long expires)Sets the value of the expires property in milliseconds.
The expires value can not be negative. Calling setExpires(0L)
unsets the underlying Expires element in the CoordinationContext.
|
public void | setIdentifier(java.lang.String identifier)Sets the value of the identifier property.
|
public void | setRegistrationService(javax.xml.ws.EndpointReference registrationService)Sets the value of the registrationService property.
|
public void | setRootCoordinatorRegistrationService(javax.xml.ws.EndpointReference rootRegistrationService)Set the root registration service EPR for this coordination context
|