Package com.sun.xml.ws.tx.coord.v11
Class XmlTypeAdapter.CoordinationContextImpl
- java.lang.Object
-
- com.sun.xml.ws.tx.coord.v11.XmlTypeAdapter.CoordinationContextTypeImpl
-
- com.sun.xml.ws.tx.coord.v11.XmlTypeAdapter.CoordinationContextImpl
-
- All Implemented Interfaces:
CoordinationContextIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>,CoordinationContextTypeIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
- Enclosing class:
- XmlTypeAdapter
public static class XmlTypeAdapter.CoordinationContextImpl extends XmlTypeAdapter.CoordinationContextTypeImpl implements CoordinationContextIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
-
-
Constructor Summary
Constructors Constructor Description CoordinationContextImpl(CoordinationContext delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getAny()Gets the value of the any property.CoordinationContextgetDelegate()JAXBRIContextgetJAXBRIContext()-
Methods inherited from class com.sun.xml.ws.tx.coord.v11.XmlTypeAdapter.CoordinationContextTypeImpl
getCoordinationType, getExpires, getIdentifier, getOtherAttributes, getRegistrationService, setCoordinationType, setExpires, setIdentifier, setRegistrationService
-
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.coord.common.types.CoordinationContextTypeIF
getCoordinationType, getExpires, getIdentifier, getOtherAttributes, getRegistrationService, setCoordinationType, setExpires, setIdentifier, setRegistrationService
-
-
-
-
Constructor Detail
-
CoordinationContextImpl
public CoordinationContextImpl(CoordinationContext delegate)
-
-
Method Detail
-
getAny
public List<Object> getAny()
Description copied from interface:CoordinationContextIFGets the value of the any property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the any property.For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
ElementObject- Specified by:
getAnyin interfaceCoordinationContextIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
-
getJAXBRIContext
public JAXBRIContext getJAXBRIContext()
- Specified by:
getJAXBRIContextin interfaceCoordinationContextIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
-
getDelegate
public CoordinationContext getDelegate()
- Specified by:
getDelegatein interfaceCoordinationContextTypeIF<javax.xml.ws.wsaddressing.W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>- Overrides:
getDelegatein classXmlTypeAdapter.CoordinationContextTypeImpl
-
-