Class AbstractEventSource
java.lang.Object
org.apache.cxf.ws.eventing.eventsource.AbstractEventSource
- All Implemented Interfaces:
EventSourceEndpoint
Default implementation of Event Source web service.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SubscribeResponsegenerateResponseMessageFor(SubscriptionTicketGrantingResponse dbResponse, boolean shouldConvertToDuration) protected abstract SubscriptionManagerInterfaceForEventSourcessubscribeOp(Subscribe body) The Subscribe operation of the Event Source.
-
Field Details
-
LOG
-
context
protected jakarta.xml.ws.WebServiceContext context
-
-
Constructor Details
-
AbstractEventSource
public AbstractEventSource()
-
-
Method Details
-
subscribeOp
Description copied from interface:EventSourceEndpointThe Subscribe operation of the Event Source. See http://www.w3.org/TR/ws-eventing/#Subscribe- Specified by:
subscribeOpin interfaceEventSourceEndpoint- Parameters:
body- JAXB class Subscribe representing the body of the subscription request- Returns:
- JAXB class SubscribeResponse representing the response for the requester
-
getSubscriptionManagerBackend
-
generateResponseMessageFor
protected SubscribeResponse generateResponseMessageFor(SubscriptionTicketGrantingResponse dbResponse, boolean shouldConvertToDuration)
-