Uses of Class
org.apache.cxf.ws.eventing.DeliveryType
Packages that use DeliveryType
Package
Description
-
Uses of DeliveryType in org.apache.cxf.ws.eventing
Fields in org.apache.cxf.ws.eventing declared as DeliveryTypeMethods in org.apache.cxf.ws.eventing that return DeliveryTypeModifier and TypeMethodDescriptionObjectFactory.createDeliveryType()Create an instance ofDeliveryTypeSubscribe.getDelivery()Gets the value of the delivery property.Methods in org.apache.cxf.ws.eventing with parameters of type DeliveryTypeModifier and TypeMethodDescriptionvoidSubscribe.setDelivery(DeliveryType value) Sets the value of the delivery property. -
Uses of DeliveryType in org.apache.cxf.ws.eventing.backend.database
Methods in org.apache.cxf.ws.eventing.backend.database that return DeliveryTypeMethods in org.apache.cxf.ws.eventing.backend.database with parameters of type DeliveryType -
Uses of DeliveryType in org.apache.cxf.ws.eventing.backend.manager
Methods in org.apache.cxf.ws.eventing.backend.manager that return DeliveryTypeMethods in org.apache.cxf.ws.eventing.backend.manager with parameters of type DeliveryTypeModifier and TypeMethodDescriptionprotected voidSubscriptionManagerImpl.processDelivery(DeliveryType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response) voidSubscriptionTicketGrantingResponse.setDelivery(DeliveryType delivery) 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)