DefaultEventSink represents an endpoint to receive notifications.See: Description
| Interface | Description |
|---|---|
| ClientSubscription |
Subscription interface, allows client-side management of a subscription, such as
renewing, unsubscribing, obtaining the current status, etc. |
| ClientSubscriptionInternal | |
| EventListener |
The primary callback interface for handling events and other WS-Eventing related notifications.
|
| EventSink |
Interface used by a client to receive events.
|
| EventSource |
Events sources are the source of server-side notifications, which interested clients may
subscribe to.
|
| OutgoingDiscoveryInfosProvider | |
| SubscriptionManager |
| Class | Description |
|---|---|
| DefaultEventingFactory | |
| DefaultEventSink |
Class represents an endpoint to receive notifications.
|
| EventingFactory |
| Exception | Description |
|---|---|
| EventingException |
WS-Eventing exception.
|
Class DefaultEventSink represents an endpoint to receive notifications.