|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.ws.eventing.manager.AbstractSubscriptionManager
public abstract class AbstractSubscriptionManager
| Field Summary | |
|---|---|
protected WebServiceContext |
context
|
protected static Logger |
LOG
|
| Constructor Summary | |
|---|---|
AbstractSubscriptionManager()
|
|
| Method Summary | |
|---|---|
GetStatusResponse |
getStatusOp(GetStatus body)
The GetStatus operation of the Subscription Manager See http://www.w3.org/TR/ws-eventing/#GetStatus |
protected abstract SubscriptionManagerInterfaceForManagers |
getSubscriptionManagerBackend()
|
protected SubscriptionTicket |
obtainTicketFromDatabaseOrThrowFault(String uuid)
searches the subscription database for a subscription by the given UUID |
RenewResponse |
renewOp(Renew body)
The Renew operation of the Subscription Manager See http://www.w3.org/TR/ws-eventing/#Renew |
protected String |
retrieveSubscriptionUUID()
Retrieves the subscription's uuid as it was specified in SOAP header. |
UnsubscribeResponse |
unsubscribeOp(Unsubscribe body)
The Unsubscribe operation of the Subscription Manager See http://www.w3.org/TR/ws-eventing/#Unsubscribe |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Logger LOG
protected WebServiceContext context
| Constructor Detail |
|---|
public AbstractSubscriptionManager()
| Method Detail |
|---|
public RenewResponse renewOp(Renew body)
SubscriptionManagerEndpoint
renewOp in interface SubscriptionManagerEndpointbody - JAXB class Renew representing the body of the renew request
public GetStatusResponse getStatusOp(GetStatus body)
SubscriptionManagerEndpoint
getStatusOp in interface SubscriptionManagerEndpointbody - JAXB class GetStatus representing the body of the GetStatus request
public UnsubscribeResponse unsubscribeOp(Unsubscribe body)
SubscriptionManagerEndpoint
unsubscribeOp in interface SubscriptionManagerEndpointbody - JAXB class Unsubscribe representing the body of the Unsubscribe request
protected abstract SubscriptionManagerInterfaceForManagers getSubscriptionManagerBackend()
protected String retrieveSubscriptionUUID()
protected SubscriptionTicket obtainTicketFromDatabaseOrThrowFault(String uuid)
uuid -
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||