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 SourceSubscriptionManagerMethods in org.somda.sdc.dpws.soap.wseventing that return types with arguments of type SourceSubscriptionManagerModifier and TypeMethodDescriptiondefault Optional<SourceSubscriptionManager>Gets a specific subscription.default Map<String,SourceSubscriptionManager> Subscriptions.getAll()Returns an immutable map of all active subscriptions.Methods in org.somda.sdc.dpws.soap.wseventing with parameters of type SourceSubscriptionManagerModifier and TypeMethodDescriptionvoidIndividualSubscriptionHandler.endStream(SourceSubscriptionManager subscriptionManager) Indicates the end of a sequence of notifications for a specific manager.voidActionBasedEventSource.setStale(SourceSubscriptionManager subscriptionManager) voidEventSourceDialectHandler.setStale(SourceSubscriptionManager subscriptionManager) Called when a subscription has expired.voidGenericEventSource.setStale(SourceSubscriptionManager subscriptionManager) voidIndividualSubscriptionHandler.startStream(SourceSubscriptionManager subscriptionManager) Indicates the start of a sequence of notifications for a specific manager.voidActionBasedEventSource.subscribe(SourceSubscriptionManager subscriptionManager) voidEventSourceDialectHandler.subscribe(SourceSubscriptionManager subscriptionManager) Called on an incoming subscribe request.voidGenericEventSource.subscribe(SourceSubscriptionManager subscriptionManager) voidActionBasedEventSource.unsubscribe(SourceSubscriptionManager subscriptionManager) voidEventSourceDialectHandler.unsubscribe(SourceSubscriptionManager subscriptionManager) Called on an incoming unsubscribe request.voidGenericEventSource.unsubscribe(SourceSubscriptionManager subscriptionManager) -
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(org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType subscriptionManagerEpr, Duration expires, org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType notifyTo, org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType endTo, String subscriptionId, List<Object> filters, String filterDialect, String callerId) Creates aSourceSubscriptionManagerinstance. -
Uses of SourceSubscriptionManager in org.somda.sdc.dpws.soap.wseventing.helper
Methods in org.somda.sdc.dpws.soap.wseventing.helper that return SourceSubscriptionManagerModifier and TypeMethodDescriptionEventSourceUtil.validateSubscriptionEpr(RequestResponseObject rrObj, Map<String, SourceSubscriptionManager> subscriptions) Inspects a request message to contain a valid subscription manager.Methods in org.somda.sdc.dpws.soap.wseventing.helper that return types with arguments of type SourceSubscriptionManagerModifier and TypeMethodDescriptionSubscriptionRegistry.getAll()SubscriptionRegistry.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.EventSourceUtil.createForNotifyTo(String wsaAction, Object payload, SourceSubscriptionManager subMan) Creates a notification message.voidEventSourceUtil.unregisterHttpHandler(SourceSubscriptionManager subMan) Helper function that unregisters a subscription manager from an HTTP handler.Method parameters in org.somda.sdc.dpws.soap.wseventing.helper with type arguments of type SourceSubscriptionManagerModifier and TypeMethodDescriptionEventSourceUtil.validateSubscriptionEpr(RequestResponseObject rrObj, Map<String, SourceSubscriptionManager> subscriptions) Inspects a request message to contain a valid subscription manager.