|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WseSubscriptionManager
This interface encapsulates the behavior of a WS-Eventing subscription manager node.
| Method Summary | |
|---|---|
GetStatusResponseDocument |
processGetStatusOfSubscription(GetStatusDocument getStatusDocument)
Process the a GetStatus request issued by a sink. |
RenewResponseDocument |
processRenewSubscription(RenewDocument renewDocument)
Process a renew request issued by a sink. |
void |
processSubscriptionAddition(EnvelopeDocument envelopeDocument,
AddressingHeaders addressingHeaders)
This method is used to notify a subscription manager of the a successuful subscription request-response combination. |
EnvelopeDocument |
processUnsubscribe(UnsubscribeDocument unsubscribeDocument)
Process an unsubscribe request issued by a sink. |
| Method Detail |
|---|
void processSubscriptionAddition(EnvelopeDocument envelopeDocument,
AddressingHeaders addressingHeaders)
throws WsFaultException,
MessageFlowException
WsFaultException
MessageFlowException
GetStatusResponseDocument processGetStatusOfSubscription(GetStatusDocument getStatusDocument)
throws WsFaultException
WsFaultException
RenewResponseDocument processRenewSubscription(RenewDocument renewDocument)
throws WsFaultException
WsFaultException
EnvelopeDocument processUnsubscribe(UnsubscribeDocument unsubscribeDocument)
throws WsFaultException
WsFaultException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||