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<W3CEndpointReference,,Expires, CoordinationContextType.Identifier, CoordinationContextType> CoordinationContextTypeIF<W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType>
- Enclosing class:
- XmlTypeAdapter
public static class XmlTypeAdapter.CoordinationContextImpl
extends XmlTypeAdapter.CoordinationContextTypeImpl
implements CoordinationContextIF<W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.org.glassfish.jaxb.runtime.api.JAXBRIContextMethods inherited from class com.sun.xml.ws.tx.coord.v11.XmlTypeAdapter.CoordinationContextTypeImpl
getCoordinationType, getExpires, getIdentifier, getOtherAttributes, getRegistrationService, setCoordinationType, setExpires, setIdentifier, setRegistrationServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.tx.coord.common.types.CoordinationContextTypeIF
getCoordinationType, getExpires, getIdentifier, getOtherAttributes, getRegistrationService, setCoordinationType, setExpires, setIdentifier, setRegistrationService
-
Constructor Details
-
CoordinationContextImpl
-
-
Method Details
-
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<W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType>
-
getJAXBRIContext
public org.glassfish.jaxb.runtime.api.JAXBRIContext getJAXBRIContext()- Specified by:
getJAXBRIContextin interfaceCoordinationContextIF<W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType>
-
getDelegate
- Specified by:
getDelegatein interfaceCoordinationContextTypeIF<W3CEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType> - Overrides:
getDelegatein classXmlTypeAdapter.CoordinationContextTypeImpl
-