|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WseSource
This interface encapsulates the behavior of a WS-Eventing source node.
| Method Summary | |
|---|---|
void |
processNotification(EnvelopeDocument envelopeDocument,
AddressingHeaders addressingHeaders)
This method is used to ensure the dissemination of a notification to registered subscriptions. |
SubscribeResponseDocument |
processSubscribeRequest(SubscribeDocument subscribeDocument)
The method to process a SubscriptionRequest issued by a Sink. |
void |
processSubscriptionRenewal(EnvelopeDocument envelopeDocument,
AddressingHeaders addressingHeaders)
This method is used to update the subscription tables maintained at the source. |
void |
processUnsubscribe(EnvelopeDocument envelopeDocument,
AddressingHeaders addressingHeaders)
This method is used to update the subscription tables maintained at the source. |
| Method Detail |
|---|
SubscribeResponseDocument processSubscribeRequest(SubscribeDocument subscribeDocument)
throws WsFaultException,
ProcessingException
WsFaultException
ProcessingException
void processSubscriptionRenewal(EnvelopeDocument envelopeDocument,
AddressingHeaders addressingHeaders)
throws WsFaultException
WsFaultException
void processUnsubscribe(EnvelopeDocument envelopeDocument,
AddressingHeaders addressingHeaders)
throws WsFaultException
WsFaultException
void processNotification(EnvelopeDocument envelopeDocument,
AddressingHeaders addressingHeaders)
throws ProcessingException,
MessageFlowException
ProcessingException
MessageFlowException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||