Uses of Class
org.apache.cxf.ws.eventing.ExpirationType
Packages that use ExpirationType
Package
Description
-
Uses of ExpirationType in org.apache.cxf.ws.eventing
Fields in org.apache.cxf.ws.eventing declared as ExpirationTypeModifier and TypeFieldDescriptionprotected ExpirationTypeRenew.expiresprotected ExpirationTypeSubscribe.expiresMethods in org.apache.cxf.ws.eventing that return ExpirationTypeModifier and TypeMethodDescriptionObjectFactory.createExpirationType()Create an instance ofExpirationTypeRenew.getExpires()Gets the value of the expires property.Subscribe.getExpires()Gets the value of the expires property.Methods in org.apache.cxf.ws.eventing with parameters of type ExpirationTypeModifier and TypeMethodDescriptionvoidRenew.setExpires(ExpirationType value) Sets the value of the expires property.voidSubscribe.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 ExpirationTypeModifier and TypeMethodDescriptionSubscriptionManagerImpl.renew(UUID uuid, ExpirationType requestedExpiration) SubscriptionManagerInterfaceForManagers.renew(UUID uuid, ExpirationType requestedExpiration) Methods in org.apache.cxf.ws.eventing.backend.manager with parameters of type ExpirationTypeModifier and TypeMethodDescriptionprotected voidSubscriptionManagerImpl.processExpiration(ExpirationType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response) process the stuff concerning expiration request (wse:Expires)SubscriptionManagerImpl.renew(UUID uuid, ExpirationType requestedExpiration) SubscriptionManagerInterfaceForManagers.renew(UUID uuid, ExpirationType requestedExpiration) SubscriptionManagerImpl.subscribe(DeliveryType delivery, org.apache.cxf.ws.addressing.EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format) SubscriptionManagerInterfaceForEventSources.subscribe(DeliveryType delivery, org.apache.cxf.ws.addressing.EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)