Apache CXF API

Uses of Class
org.apache.cxf.ws.eventing.MiniExpirationType

Packages that use MiniExpirationType
org.apache.cxf.ws.eventing   
 

Uses of MiniExpirationType in org.apache.cxf.ws.eventing
 

Subclasses of MiniExpirationType in org.apache.cxf.ws.eventing
 class ExpirationType
          Java class for ExpirationType complex type.
 

Fields in org.apache.cxf.ws.eventing declared as MiniExpirationType
protected  MiniExpirationType GetStatusResponse.grantedExpires
           
protected  MiniExpirationType RenewResponse.grantedExpires
           
protected  MiniExpirationType SubscribeResponse.grantedExpires
           
 

Methods in org.apache.cxf.ws.eventing that return MiniExpirationType
 MiniExpirationType ObjectFactory.createMiniExpirationType()
          Create an instance of MiniExpirationType
 MiniExpirationType GetStatusResponse.getGrantedExpires()
          Gets the value of the grantedExpires property.
 MiniExpirationType RenewResponse.getGrantedExpires()
          Gets the value of the grantedExpires property.
 MiniExpirationType SubscribeResponse.getGrantedExpires()
          Gets the value of the grantedExpires property.
 

Methods in org.apache.cxf.ws.eventing with parameters of type MiniExpirationType
 void GetStatusResponse.setGrantedExpires(MiniExpirationType value)
          Sets the value of the grantedExpires property.
 void RenewResponse.setGrantedExpires(MiniExpirationType value)
          Sets the value of the grantedExpires property.
 void SubscribeResponse.setGrantedExpires(MiniExpirationType value)
          Sets the value of the grantedExpires property.
 


Apache CXF API

Apache CXF