Package org.somda.sdc.dpws.client
Class Subscription.Start
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.client.Subscription
public final class Subscription.Start implements Subscription
Event indicating that a subscription has started.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringeprAddressprivate final StringsubscriptionId
-
Constructor Summary
Constructors Constructor Description Subscription.Start(String eprAddress, String subscriptionId)
-
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 -
-
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
-
-
-
-