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.Methods in org.somda.sdc.dpws.soap.wseventing that return types with arguments of type SourceSubscriptionManager Modifier and Type Method Description default Optional<SourceSubscriptionManager>Subscriptions. get(String subscriptionId)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 SourceSubscriptionManager Modifier and Type Method Description voidIndividualSubscriptionHandler. 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 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(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 SourceSubscriptionManager Modifier and Type Method Description SourceSubscriptionManagerEventSourceUtil. 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 SourceSubscriptionManager Modifier and Type Method Description Optional<SourceSubscriptionManager>SubscriptionRegistry. get(String subscriptionId)Map<String,SourceSubscriptionManager>SubscriptionRegistry. getAll()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.SoapMessageEventSourceUtil. 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 SourceSubscriptionManager Modifier and Type Method Description SourceSubscriptionManagerEventSourceUtil. validateSubscriptionEpr(RequestResponseObject rrObj, Map<String,SourceSubscriptionManager> subscriptions)Inspects a request message to contain a valid subscription manager.
-