Apache CXF API

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

Packages that use DeliveryType
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
protected  DeliveryType Subscribe.delivery
           
 

Methods in org.apache.cxf.ws.eventing that return DeliveryType
 DeliveryType ObjectFactory.createDeliveryType()
          Create an instance of DeliveryType
 DeliveryType Subscribe.getDelivery()
          Gets the value of the delivery property.
 

Methods in org.apache.cxf.ws.eventing with parameters of type DeliveryType
 void Subscribe.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
 DeliveryType SubscriptionTicket.getDelivery()
           
 

Methods in org.apache.cxf.ws.eventing.backend.database with parameters of type DeliveryType
 void SubscriptionTicket.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
 DeliveryType SubscriptionTicketGrantingResponse.getDelivery()
           
 

Methods in org.apache.cxf.ws.eventing.backend.manager with parameters of type DeliveryType
protected  void SubscriptionManagerImpl.processDelivery(DeliveryType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)
           
 void SubscriptionTicketGrantingResponse.setDelivery(DeliveryType delivery)
           
 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)
           
 


Apache CXF API

Apache CXF