Apache CXF API

Uses of Class
org.apache.cxf.ws.eventing.backend.manager.SubscriptionTicketGrantingResponse

Packages that use SubscriptionTicketGrantingResponse
org.apache.cxf.ws.eventing.backend.manager   
org.apache.cxf.ws.eventing.eventsource   
 

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

Methods in org.apache.cxf.ws.eventing.backend.manager that return SubscriptionTicketGrantingResponse
 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)
           
 

Methods in org.apache.cxf.ws.eventing.backend.manager with parameters of type SubscriptionTicketGrantingResponse
protected  void SubscriptionManagerImpl.grantSubscriptionManagerReference(SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)
           
protected  void SubscriptionManagerImpl.processDelivery(DeliveryType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)
           
protected  void SubscriptionManagerImpl.processEndTo(EndpointReferenceType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)
           
protected  void SubscriptionManagerImpl.processExpiration(ExpirationType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)
          process the stuff concerning expiration request (wse:Expires)
protected  void SubscriptionManagerImpl.processFilters(FilterType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)
           
protected  void SubscriptionManagerImpl.processFormat(FormatType format, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)
           
 

Uses of SubscriptionTicketGrantingResponse in org.apache.cxf.ws.eventing.eventsource
 

Methods in org.apache.cxf.ws.eventing.eventsource with parameters of type SubscriptionTicketGrantingResponse
protected  SubscribeResponse AbstractEventSource.generateResponseMessageFor(SubscriptionTicketGrantingResponse dbResponse, boolean shouldConvertToDuration)
           
 


Apache CXF API

Apache CXF