Uses of Interface
org.somda.sdc.dpws.soap.NotificationSink
-
Packages that use NotificationSink Package Description org.somda.sdc.dpws.client.helper.factory Factories for the client util package.org.somda.sdc.dpws.soap SOAP implementation that is tailored to DPWS.org.somda.sdc.dpws.soap.factory Factories for the soap package.org.somda.sdc.dpws.soap.wseventing 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 NotificationSink Modifier and Type Method Description DiscoveryClientUdpProcessorClientHelperFactory. 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 Modifier and Type Class Description classNotificationSinkImplDefault implementation of NotificationSink. -
Uses of NotificationSink in org.somda.sdc.dpws.soap.factory
Methods in org.somda.sdc.dpws.soap.factory that return NotificationSink Modifier and Type Method Description NotificationSinkNotificationSinkFactory. 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 NotificationSink Modifier and Type Method Description com.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)
-