Uses of Class
com.sun.xml.ws.tx.coord.v11.types.Expires
-
Packages that use Expires Package Description com.sun.xml.ws.tx.coord.v11 com.sun.xml.ws.tx.coord.v11.types -
-
Uses of Expires in com.sun.xml.ws.tx.coord.v11
Methods in com.sun.xml.ws.tx.coord.v11 that return types with arguments of type Expires Modifier and Type Method Description static CoordinationContextIF<jakarta.xml.ws.wsaddressing.W3CEndpointReference,Expires,CoordinationContextType.Identifier,CoordinationContextType>XmlTypeAdapter. adapt(CoordinationContext delegate)static BaseExpires<Expires>XmlTypeAdapter. adapt(Expires delegate)BaseExpires<Expires>XmlTypeAdapter.CoordinationContextTypeImpl. getExpires()Methods in com.sun.xml.ws.tx.coord.v11 with parameters of type Expires Modifier and Type Method Description static BaseExpires<Expires>XmlTypeAdapter. adapt(Expires delegate)Method parameters in com.sun.xml.ws.tx.coord.v11 with type arguments of type Expires Modifier and Type Method Description voidXmlTypeAdapter.CoordinationContextTypeImpl. setExpires(BaseExpires<Expires> value) -
Uses of Expires in com.sun.xml.ws.tx.coord.v11.types
Fields in com.sun.xml.ws.tx.coord.v11.types declared as Expires Modifier and Type Field Description protected ExpiresCoordinationContextType. expiresprotected ExpiresCreateCoordinationContextType. expiresMethods in com.sun.xml.ws.tx.coord.v11.types that return Expires Modifier and Type Method Description ExpiresObjectFactory. createExpires()Create an instance ofExpiresExpiresCoordinationContextType. getExpires()Gets the value of the expires property.ExpiresCreateCoordinationContextType. getExpires()Gets the value of the expires property.Methods in com.sun.xml.ws.tx.coord.v11.types with parameters of type Expires Modifier and Type Method Description voidCoordinationContextType. setExpires(Expires value)Sets the value of the expires property.voidCreateCoordinationContextType. setExpires(Expires value)Sets the value of the expires property.
-