Uses of Interface
org.somda.sdc.dpws.soap.wseventing.SourceSubscriptionManager
Packages that use SourceSubscriptionManager
Package
Description
WS-Eventing plugin for SOAP.
WS-Eventing events.
Factories for the SOAP WS-Eventing plugin.
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 -
Uses of SourceSubscriptionManager in org.somda.sdc.dpws.soap.wseventing.event
Constructors in org.somda.sdc.dpws.soap.wseventing.event with parameters of type SourceSubscriptionManagerModifierConstructorDescriptionConstructor.Constructor. -
Uses of SourceSubscriptionManager in org.somda.sdc.dpws.soap.wseventing.factory
Methods in org.somda.sdc.dpws.soap.wseventing.factory that return SourceSubscriptionManagerModifier and TypeMethodDescriptionSubscriptionManagerFactory.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 SourceSubscriptionManagerModifier and TypeMethodDescriptionSubscriptionRegistry.getSubscription(String subscriptionId) Gets a subscription from the subscription registry.SubscriptionRegistry.getSubscriptions()Returns a copied snapshot of all available subscription managers.SubscriptionRegistry.removeSubscription(String subscriptionId) Removes a subscription from the subscription registry.Methods in org.somda.sdc.dpws.soap.wseventing.helper with parameters of type SourceSubscriptionManagerModifier and TypeMethodDescriptionvoidSubscriptionRegistry.addSubscription(SourceSubscriptionManager subscriptionManager) Adds a subscription to the subscription registry.