Uses of Class
com.sun.xml.ws.tx.coord.common.types.BaseExpires
-
Packages that use BaseExpires 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 BaseExpires in com.sun.xml.ws.tx.coord.common.types
Methods in com.sun.xml.ws.tx.coord.common.types that return BaseExpires Modifier and Type Method Description BaseExpires<E>CoordinationContextTypeIF. getExpires()Gets the value of the expires property.BaseExpiresCreateCoordinationContextType. getExpires()Gets the value of the expires property.Methods in com.sun.xml.ws.tx.coord.common.types with parameters of type BaseExpires Modifier and Type Method Description voidCoordinationContextTypeIF. setExpires(BaseExpires<E> value)Sets the value of the expires property.voidCreateCoordinationContextType. setExpires(BaseExpires value)Sets the value of the expires property. -
Uses of BaseExpires in com.sun.xml.ws.tx.coord.v10
Methods in com.sun.xml.ws.tx.coord.v10 that return BaseExpires Modifier and Type Method Description static BaseExpires<Expires>XmlTypeAdapter. adapt(Expires delegate)BaseExpires<Expires>XmlTypeAdapter.CoordinationContextTypeImpl. getExpires()Methods in com.sun.xml.ws.tx.coord.v10 with parameters of type BaseExpires Modifier and Type Method Description voidXmlTypeAdapter.CoordinationContextTypeImpl. setExpires(BaseExpires<Expires> value) -
Uses of BaseExpires in com.sun.xml.ws.tx.coord.v11
Methods in com.sun.xml.ws.tx.coord.v11 that return BaseExpires Modifier and Type Method Description 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 BaseExpires Modifier and Type Method Description voidXmlTypeAdapter.CoordinationContextTypeImpl. setExpires(BaseExpires<Expires> value)
-