|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoordinationContextInterface
This interface hides the differences between the 2004/10 member submission and then 2006/03 OASIS versions of CoordinationContext
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. |
javax.xml.ws.EndpointReference |
getRootRegistrationService()
Get the root registration service EPR |
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. |
void |
setRootCoordinatorRegistrationService(javax.xml.ws.EndpointReference rootRegistrationService)
Set the root registration service EPR for this coordination context |
Method Detail |
---|
java.lang.String getIdentifier()
void setIdentifier(java.lang.String identifier)
identifier
- the identifier valuelong getExpires()
void setExpires(long expires)
expires
- the expires value in millisecondsjava.lang.String getCoordinationType()
void setCoordinationType(java.lang.String coordinationType)
coordinationType
- either Constants.WSAT_2004_PROTOCOL
or
Constants.WSAT_OASIS_NSURI
javax.xml.ws.EndpointReference getRegistrationService()
void setRegistrationService(javax.xml.ws.EndpointReference registrationService)
registrationService
- the EndpointReference of the registration servicejava.lang.Object getValue()
java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
void setRootCoordinatorRegistrationService(javax.xml.ws.EndpointReference rootRegistrationService)
rootRegistrationService
- javax.xml.ws.EndpointReference getRootRegistrationService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |