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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getEprAddress() endpoint reference address of the hosting service for this subscription
      String getSubscriptionId() the internal identifier given to the subscription
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Subscription.Start

        Subscription.Start(String eprAddress, String subscriptionId)