Uses of Interface
org.somda.sdc.dpws.soap.wseventing.SubscriptionManager
Packages that use SubscriptionManager
Package
Description
Device implementation of DPWS.
WS-Eventing plugin for SOAP.
WS-Eventing related helpers.
-
Uses of SubscriptionManager in org.somda.sdc.dpws.device
Methods in org.somda.sdc.dpws.device that return types with arguments of type SubscriptionManagerModifier and TypeMethodDescriptionDevice.getActiveSubscriptions()DeviceImpl.getActiveSubscriptions() -
Uses of SubscriptionManager in org.somda.sdc.dpws.soap.wseventing
Subinterfaces of SubscriptionManager in org.somda.sdc.dpws.soap.wseventingModifier and TypeInterfaceDescriptioninterfaceSubscription manager interface that is used by event sinks.interfaceSubscription manager interface that is used by event sources.Classes in org.somda.sdc.dpws.soap.wseventing that implement SubscriptionManagerModifier and TypeClassDescriptionclassDefault implementation ofSinkSubscriptionManager.classDefault implementation ofSourceSubscriptionManager.Methods in org.somda.sdc.dpws.soap.wseventing that return types with arguments of type SubscriptionManagerModifier and TypeMethodDescriptionEventSource.getActiveSubscriptions()Returns all active subscription ids with their SubscriptionManager.EventSourceInterceptor.getActiveSubscriptions() -
Uses of SubscriptionManager in org.somda.sdc.dpws.soap.wseventing.helper
Classes in org.somda.sdc.dpws.soap.wseventing.helper that implement SubscriptionManagerModifier and TypeClassDescriptionclassHelper class that collects data shared between source and sink subscription managers.