Uses of Class
com.sun.xml.ws.tx.webservice.member.coord.Expires

Packages that use Expires
com.sun.xml.ws.tx.webservice.member.coord   
 

Uses of Expires in com.sun.xml.ws.tx.webservice.member.coord
 

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

Methods in com.sun.xml.ws.tx.webservice.member.coord 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.webservice.member.coord 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.