Uses of Interface
org.somda.sdc.dpws.soap.NotificationSink
Packages that use NotificationSink
Package
Description
Factories for the client util package.
SOAP implementation that is tailored to DPWS.
Factories for the soap package.
WS-Eventing plugin for SOAP.
-
Uses of NotificationSink in org.somda.sdc.dpws.client.helper.factory
Methods in org.somda.sdc.dpws.client.helper.factory with parameters of type NotificationSinkModifier and TypeMethodDescriptionClientHelperFactory.createDiscoveryClientUdpProcessor(NotificationSink notificationSink) Creates a DiscoveryClientUdpProcessor instance. -
Uses of NotificationSink in org.somda.sdc.dpws.soap
Classes in org.somda.sdc.dpws.soap that implement NotificationSink -
Uses of NotificationSink in org.somda.sdc.dpws.soap.factory
Methods in org.somda.sdc.dpws.soap.factory that return NotificationSinkModifier and TypeMethodDescriptionNotificationSinkFactory.createNotificationSink(WsAddressingServerInterceptor wsAddressingServerInterceptor) Creates a notification sink. -
Uses of NotificationSink in org.somda.sdc.dpws.soap.wseventing
Methods in org.somda.sdc.dpws.soap.wseventing with parameters of type NotificationSinkModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<SubscribeResult>EventSink.subscribe(List<String> actions, Duration expires, NotificationSink notificationSink) Sends a Subscribe request.com.google.common.util.concurrent.ListenableFuture<SubscribeResult>EventSinkImpl.subscribe(List<String> actions, Duration expires, NotificationSink notificationSink)