|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubscriptionProcessor
A subscription processor is a class that handles the subscription process for a particular kind of subscribing endpoint (e.g. a SOAP/HTTP endpoint). Concrete implementations of this interface extract endpoint information out of the subscription message that is contained in the SOAPBody.
| Method Summary | |
|---|---|
java.lang.String |
subscribe(org.apache.axiom.om.OMElement subscriptionMessage,
java.lang.String topic)
Processes a subscription request message. |
void |
unsubscribe(java.lang.String subscriptionId)
Handles unsubscribing. |
| Method Detail |
|---|
java.lang.String subscribe(org.apache.axiom.om.OMElement subscriptionMessage,
java.lang.String topic)
throws EventingException
subscriptionMessage -
EventingException
void unsubscribe(java.lang.String subscriptionId)
throws EventingException
subscriptionId - the id of the subscription to cancel.
EventingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||