public abstract class AbstractEventSource extends Object implements EventSourceEndpoint
| Modifier and Type | Field and Description |
|---|---|
protected WebServiceContext |
context |
protected static Logger |
LOG |
| Constructor and Description |
|---|
AbstractEventSource() |
| Modifier and Type | Method and Description |
|---|---|
protected SubscribeResponse |
generateResponseMessageFor(SubscriptionTicketGrantingResponse dbResponse,
boolean shouldConvertToDuration) |
protected abstract SubscriptionManagerInterfaceForEventSources |
getSubscriptionManagerBackend() |
SubscribeResponse |
subscribeOp(Subscribe body)
The Subscribe operation of the Event Source.
|
protected static final Logger LOG
protected WebServiceContext context
public SubscribeResponse subscribeOp(Subscribe body)
EventSourceEndpointsubscribeOp in interface EventSourceEndpointbody - JAXB class Subscribe representing the body of the subscription requestprotected abstract SubscriptionManagerInterfaceForEventSources getSubscriptionManagerBackend()
protected SubscribeResponse generateResponseMessageFor(SubscriptionTicketGrantingResponse dbResponse, boolean shouldConvertToDuration)
Apache CXF