Package org.somda.sdc.dpws.client
Interface Subscription
-
- All Implemented Interfaces:
public interface SubscriptionEvents related to subscriptions in the Client.
If an event occurs which indicates a failure related to the subscription, the application has to decide whether to stop its communication with the provider.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSubscription.StartEvent indicating that a subscription has started.
public final classSubscription.EndEvent indicating that a subscription has ended.
public final classSubscription.MessageProcessingFailedEvent indicating that a subscription has failed to process a message
This happens, for example, if the message itself is invalid XML, fails schema validation, or caused an error during processing.
public final classSubscription.FailedEvent indicating that a subscription has failed in an unspecified manner.
-
Method Summary
Modifier and Type Method Description abstract StringgetEprAddress()abstract StringgetSubscriptionId()-
-
Method Detail
-
getEprAddress
abstract String getEprAddress()
-
getSubscriptionId
abstract String getSubscriptionId()
-
-
-
-