Uses of Class
org.apache.cxf.ws.eventing.DeliveryType
-
Packages that use DeliveryType Package Description org.apache.cxf.ws.eventing org.apache.cxf.ws.eventing.backend.database org.apache.cxf.ws.eventing.backend.manager -
-
Uses of DeliveryType in org.apache.cxf.ws.eventing
Fields in org.apache.cxf.ws.eventing declared as DeliveryType Modifier and Type Field Description protected DeliveryTypeSubscribe. deliveryMethods in org.apache.cxf.ws.eventing that return DeliveryType Modifier and Type Method Description DeliveryTypeObjectFactory. createDeliveryType()Create an instance ofDeliveryTypeDeliveryTypeSubscribe. getDelivery()Gets the value of the delivery property.Methods in org.apache.cxf.ws.eventing with parameters of type DeliveryType Modifier and Type Method Description voidSubscribe. 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 DeliveryType Modifier and Type Method Description DeliveryTypeSubscriptionTicket. getDelivery()Methods in org.apache.cxf.ws.eventing.backend.database with parameters of type DeliveryType Modifier and Type Method Description voidSubscriptionTicket. setDelivery(DeliveryType delivery) -
Uses of DeliveryType in org.apache.cxf.ws.eventing.backend.manager
Methods in org.apache.cxf.ws.eventing.backend.manager that return DeliveryType Modifier and Type Method Description DeliveryTypeSubscriptionTicketGrantingResponse. getDelivery()Methods in org.apache.cxf.ws.eventing.backend.manager with parameters of type DeliveryType Modifier and Type Method Description protected voidSubscriptionManagerImpl. processDelivery(DeliveryType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)voidSubscriptionTicketGrantingResponse. setDelivery(DeliveryType delivery)SubscriptionTicketGrantingResponseSubscriptionManagerImpl. subscribe(DeliveryType delivery, org.apache.cxf.ws.addressing.EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)SubscriptionTicketGrantingResponseSubscriptionManagerInterfaceForEventSources. subscribe(DeliveryType delivery, org.apache.cxf.ws.addressing.EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)
-