Package com.sun.xml.ws.tx.coord.v10
Class XmlTypeAdapter.CoordinationContextImpl
java.lang.Object
com.sun.xml.ws.tx.coord.v10.XmlTypeAdapter.CoordinationContextTypeImpl
com.sun.xml.ws.tx.coord.v10.XmlTypeAdapter.CoordinationContextImpl
- All Implemented Interfaces:
CoordinationContextIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,,Expires, CoordinationContextType.Identifier, CoordinationContextType> CoordinationContextTypeIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType>
- Enclosing class:
XmlTypeAdapter
public static class XmlTypeAdapter.CoordinationContextImpl
extends XmlTypeAdapter.CoordinationContextTypeImpl
implements CoordinationContextIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,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.v10.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<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType>
-
getJAXBRIContext
public org.glassfish.jaxb.runtime.api.JAXBRIContext getJAXBRIContext()- Specified by:
getJAXBRIContextin interfaceCoordinationContextIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType>
-
getDelegate
- Specified by:
getDelegatein interfaceCoordinationContextTypeIF<com.sun.xml.ws.developer.MemberSubmissionEndpointReference,Expires, CoordinationContextType.Identifier, CoordinationContextType> - Overrides:
getDelegatein classXmlTypeAdapter.CoordinationContextTypeImpl
-