Uses of Class
com.sun.xml.ws.tx.coord.v10.types.Expires

Packages that use Expires
com.sun.xml.ws.tx.coord.v10   
com.sun.xml.ws.tx.coord.v10.types   
 

Uses of Expires in com.sun.xml.ws.tx.coord.v10
 

Methods in com.sun.xml.ws.tx.coord.v10 that return types with arguments of type Expires
static CoordinationContextIF<MemberSubmissionEndpointReference,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.v10 with parameters of type Expires
static BaseExpires<Expires> XmlTypeAdapter.adapt(Expires delegate)
           
 

Method parameters in com.sun.xml.ws.tx.coord.v10 with type arguments of type Expires
 void XmlTypeAdapter.CoordinationContextTypeImpl.setExpires(BaseExpires<Expires> value)
           
 

Uses of Expires in com.sun.xml.ws.tx.coord.v10.types
 

Fields in com.sun.xml.ws.tx.coord.v10.types declared as Expires
protected  Expires CoordinationContextType.expires
           
protected  Expires CreateCoordinationContextType.expires
           
 

Methods in com.sun.xml.ws.tx.coord.v10.types that return Expires
 Expires ObjectFactory.createExpires()
          Create an instance of Expires
 Expires CoordinationContextType.getExpires()
          Gets the value of the expires property.
 Expires CreateCoordinationContextType.getExpires()
          Gets the value of the expires property.
 

Methods in com.sun.xml.ws.tx.coord.v10.types with parameters of type Expires
 void CoordinationContextType.setExpires(Expires value)
          Sets the value of the expires property.
 void CreateCoordinationContextType.setExpires(Expires value)
          Sets the value of the expires property.
 



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