Uses of Class
com.sun.xml.ws.tx.coord.v11.types.CoordinationContextType.Identifier
-
Packages that use CoordinationContextType.Identifier Package Description com.sun.xml.ws.tx.coord.v11 com.sun.xml.ws.tx.coord.v11.types -
-
Uses of CoordinationContextType.Identifier in com.sun.xml.ws.tx.coord.v11
Methods in com.sun.xml.ws.tx.coord.v11 that return types with arguments of type CoordinationContextType.Identifier Modifier and Type Method Description static CoordinationContextIF<jakarta.xml.ws.wsaddressing.W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>XmlTypeAdapter. adapt(CoordinationContext delegate)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 CoordinationContextType.Identifier Modifier and Type Method Description static BaseIdentifier<CoordinationContextType.Identifier>XmlTypeAdapter. adapt(CoordinationContextType.Identifier delegate)Method parameters in com.sun.xml.ws.tx.coord.v11 with type arguments of type CoordinationContextType.Identifier Modifier and Type Method Description voidXmlTypeAdapter.CoordinationContextTypeImpl. setIdentifier(BaseIdentifier<CoordinationContextType.Identifier> value) -
Uses of CoordinationContextType.Identifier in com.sun.xml.ws.tx.coord.v11.types
Fields in com.sun.xml.ws.tx.coord.v11.types declared as CoordinationContextType.Identifier Modifier and Type Field Description protected CoordinationContextType.IdentifierCoordinationContextType. identifierMethods in com.sun.xml.ws.tx.coord.v11.types that return CoordinationContextType.Identifier Modifier and Type Method Description CoordinationContextType.IdentifierObjectFactory. createCoordinationContextTypeIdentifier()Create an instance ofCoordinationContextType.IdentifierCoordinationContextType.IdentifierCoordinationContextType. getIdentifier()Gets the value of the identifier property.Methods in com.sun.xml.ws.tx.coord.v11.types with parameters of type CoordinationContextType.Identifier Modifier and Type Method Description voidCoordinationContextType. setIdentifier(CoordinationContextType.Identifier value)Sets the value of the identifier property.
-