Uses of Class
org.apache.cxf.ws.eventing.backend.manager.SubscriptionTicketGrantingResponse
-
Packages that use SubscriptionTicketGrantingResponse Package Description 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 Modifier and Type Method Description 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)Methods in org.apache.cxf.ws.eventing.backend.manager with parameters of type SubscriptionTicketGrantingResponse Modifier and Type Method Description protected voidSubscriptionManagerImpl. grantSubscriptionManagerReference(SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)protected voidSubscriptionManagerImpl. processDelivery(DeliveryType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)protected voidSubscriptionManagerImpl. processEndTo(org.apache.cxf.ws.addressing.EndpointReferenceType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)protected voidSubscriptionManagerImpl. processExpiration(ExpirationType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)process the stuff concerning expiration request (wse:Expires)protected voidSubscriptionManagerImpl. processFilters(FilterType request, SubscriptionTicket ticket, SubscriptionTicketGrantingResponse response)protected voidSubscriptionManagerImpl. 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 Modifier and Type Method Description protected SubscribeResponseAbstractEventSource. generateResponseMessageFor(SubscriptionTicketGrantingResponse dbResponse, boolean shouldConvertToDuration)
-