Package org.somda.sdc.dpws.client
Class Subscription.End
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.client.Subscription
public final class Subscription.End implements Subscription
Event indicating that a subscription has ended.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringeprAddressprivate final StringsubscriptionIdprivate final WsEventingStatuswsEventingStatus
-
Constructor Summary
Constructors Constructor Description Subscription.End(String eprAddress, String subscriptionId, WsEventingStatus wsEventingStatus)
-
Method Summary
Modifier and Type Method Description StringgetEprAddress()endpoint reference address of the hosting service for this subscription StringgetSubscriptionId()the internal identifier given to the subscription final WsEventingStatusgetWsEventingStatus()the status of the SubscriptionEnd, if the end was caused by such a message -
-
Constructor Detail
-
Subscription.End
Subscription.End(String eprAddress, String subscriptionId, WsEventingStatus wsEventingStatus)
-
-
Method Detail
-
getEprAddress
String getEprAddress()
endpoint reference address of the hosting service for this subscription
-
getSubscriptionId
String getSubscriptionId()
the internal identifier given to the subscription
-
getWsEventingStatus
final WsEventingStatus getWsEventingStatus()
the status of the SubscriptionEnd, if the end was caused by such a message
-
-
-
-