Uses of Interface
org.somda.sdc.dpws.soap.wseventing.SourceSubscriptionManager
-
Packages that use SourceSubscriptionManager Package Description org.somda.sdc.dpws.soap.wseventing WS-Eventing plugin for SOAP.org.somda.sdc.dpws.soap.wseventing.event WS-Eventing events.org.somda.sdc.dpws.soap.wseventing.factory Factories for the SOAP WS-Eventing plugin.org.somda.sdc.dpws.soap.wseventing.helper WS-Eventing related helpers. -
-
Uses of SourceSubscriptionManager in org.somda.sdc.dpws.soap.wseventing
Classes in org.somda.sdc.dpws.soap.wseventing that implement SourceSubscriptionManager Modifier and Type Class Description classSourceSubscriptionManagerImplDefault implementation ofSourceSubscriptionManager. -
Uses of SourceSubscriptionManager in org.somda.sdc.dpws.soap.wseventing.event
Constructors in org.somda.sdc.dpws.soap.wseventing.event with parameters of type SourceSubscriptionManager Constructor Description SubscriptionAddedMessage(SourceSubscriptionManager payload)Constructor.SubscriptionRemovedMessage(SourceSubscriptionManager payload)Constructor. -
Uses of SourceSubscriptionManager in org.somda.sdc.dpws.soap.wseventing.factory
Methods in org.somda.sdc.dpws.soap.wseventing.factory that return SourceSubscriptionManager Modifier and Type Method Description SourceSubscriptionManagerSubscriptionManagerFactory. createSourceSubscriptionManager(EndpointReferenceType subscriptionManagerEpr, Duration expires, EndpointReferenceType notifyTo, EndpointReferenceType endTo, String subscriptionId, Collection<String> actions)Creates aSourceSubscriptionManagerinstance. -
Uses of SourceSubscriptionManager in org.somda.sdc.dpws.soap.wseventing.helper
Methods in org.somda.sdc.dpws.soap.wseventing.helper that return types with arguments of type SourceSubscriptionManager Modifier and Type Method Description Optional<SourceSubscriptionManager>SubscriptionRegistry. getSubscription(String subscriptionId)Gets a subscription from the subscription registry.Map<String,SourceSubscriptionManager>SubscriptionRegistry. getSubscriptions()Returns a copied snapshot of all available subscription managers.Optional<SourceSubscriptionManager>SubscriptionRegistry. removeSubscription(String subscriptionId)Removes a subscription from the subscription registry.Methods in org.somda.sdc.dpws.soap.wseventing.helper with parameters of type SourceSubscriptionManager Modifier and Type Method Description voidSubscriptionRegistry. addSubscription(SourceSubscriptionManager subscriptionManager)Adds a subscription to the subscription registry.
-