Uses of Class
com.sun.xml.ws.tx.coord.common.types.BaseIdentifier
-
Packages that use BaseIdentifier Package Description com.sun.xml.ws.tx.coord.common.types com.sun.xml.ws.tx.coord.v10 com.sun.xml.ws.tx.coord.v11 -
-
Uses of BaseIdentifier in com.sun.xml.ws.tx.coord.common.types
Methods in com.sun.xml.ws.tx.coord.common.types that return BaseIdentifier Modifier and Type Method Description BaseIdentifier<I>CoordinationContextTypeIF. getIdentifier()Gets the value of the identifier property.Methods in com.sun.xml.ws.tx.coord.common.types with parameters of type BaseIdentifier Modifier and Type Method Description voidCoordinationContextTypeIF. setIdentifier(BaseIdentifier<I> value)Sets the value of the identifier property. -
Uses of BaseIdentifier in com.sun.xml.ws.tx.coord.v10
Methods in com.sun.xml.ws.tx.coord.v10 that return BaseIdentifier Modifier and Type Method Description static BaseIdentifier<CoordinationContextType.Identifier>XmlTypeAdapter. adapt(CoordinationContextType.Identifier delegate)BaseIdentifier<CoordinationContextType.Identifier>XmlTypeAdapter.CoordinationContextTypeImpl. getIdentifier()Methods in com.sun.xml.ws.tx.coord.v10 with parameters of type BaseIdentifier Modifier and Type Method Description voidXmlTypeAdapter.CoordinationContextTypeImpl. setIdentifier(BaseIdentifier<CoordinationContextType.Identifier> value) -
Uses of BaseIdentifier in com.sun.xml.ws.tx.coord.v11
Methods in com.sun.xml.ws.tx.coord.v11 that return BaseIdentifier Modifier and Type Method Description static BaseIdentifier<CoordinationContextType.Identifier>XmlTypeAdapter. adapt(CoordinationContextType.Identifier delegate)BaseIdentifier<CoordinationContextType.Identifier>XmlTypeAdapter.CoordinationContextTypeImpl. getIdentifier()Methods in com.sun.xml.ws.tx.coord.v11 with parameters of type BaseIdentifier Modifier and Type Method Description voidXmlTypeAdapter.CoordinationContextTypeImpl. setIdentifier(BaseIdentifier<CoordinationContextType.Identifier> value)
-