Apache CXF API

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

Packages that use ExpirationType
org.apache.cxf.ws.eventing   
org.apache.cxf.ws.eventing.backend.manager   
org.apache.cxf.ws.eventing.shared.utils   
 

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

Fields in org.apache.cxf.ws.eventing declared as ExpirationType
protected  ExpirationType Renew.expires
           
protected  ExpirationType Subscribe.expires
           
 

Methods in org.apache.cxf.ws.eventing that return ExpirationType
 ExpirationType ObjectFactory.createExpirationType()
          Create an instance of ExpirationType
 ExpirationType Renew.getExpires()
          Gets the value of the expires property.
 ExpirationType Subscribe.getExpires()
          Gets the value of the expires property.
 

Methods in org.apache.cxf.ws.eventing with parameters of type ExpirationType
 void Renew.setExpires(ExpirationType value)
          Sets the value of the expires property.
 void Subscribe.setExpires(ExpirationType value)
          Sets the value of the expires property.
 

Uses of ExpirationType in org.apache.cxf.ws.eventing.backend.manager
 

Methods in org.apache.cxf.ws.eventing.backend.manager that return ExpirationType
 ExpirationType SubscriptionManagerImpl.renew(UUID uuid, ExpirationType requestedExpiration)
           
 ExpirationType SubscriptionManagerInterfaceForManagers.renew(UUID uuid, ExpirationType requestedExpiration)
           
 

Methods in org.apache.cxf.ws.eventing.backend.manager with parameters of type ExpirationType
protected  void SubscriptionManagerImpl.processExpiration(ExpirationType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)
          process the stuff concerning expiration request (wse:Expires)
 ExpirationType SubscriptionManagerImpl.renew(UUID uuid, ExpirationType requestedExpiration)
           
 ExpirationType SubscriptionManagerInterfaceForManagers.renew(UUID uuid, ExpirationType requestedExpiration)
           
 SubscriptionTicketGrantingResponse SubscriptionManagerImpl.subscribe(DeliveryType delivery, EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)
           
 SubscriptionTicketGrantingResponse SubscriptionManagerInterfaceForEventSources.subscribe(DeliveryType delivery, EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)
           
 

Uses of ExpirationType in org.apache.cxf.ws.eventing.shared.utils
 

Methods in org.apache.cxf.ws.eventing.shared.utils that return ExpirationType
static ExpirationType DurationAndDateUtil.toExpirationTypeContainingDuration(XMLGregorianCalendar date)
           
static ExpirationType DurationAndDateUtil.toExpirationTypeContainingGregorianCalendar(XMLGregorianCalendar date)
           
 


Apache CXF API

Apache CXF