Uses of Class
com.sun.xml.ws.tx.coord.common.types.BaseExpires

Packages that use BaseExpires
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
 BaseExpires CreateCoordinationContextType.getExpires()
          Gets the value of the expires property.
 BaseExpires<E> CoordinationContextTypeIF.getExpires()
          Gets the value of the expires property.
 

Methods in com.sun.xml.ws.tx.coord.common.types with parameters of type BaseExpires
 void CreateCoordinationContextType.setExpires(BaseExpires value)
          Sets the value of the expires property.
 void CoordinationContextTypeIF.setExpires(BaseExpires<E> 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
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
 void XmlTypeAdapter.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
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
 void XmlTypeAdapter.CoordinationContextTypeImpl.setExpires(BaseExpires<Expires> value)
           
 



Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.