Uses of Interface
org.somda.sdc.dpws.soap.interception.NotificationCallback
-
Packages that use NotificationCallback Package Description org.somda.sdc.dpws Contains a DPWS implementation.org.somda.sdc.dpws.helper Basic helpers.org.somda.sdc.dpws.http.apache Apache HTTP client implementation.org.somda.sdc.dpws.service Hosting service and hosted service information for device and client side (proxies).org.somda.sdc.dpws.soap.factory Factories for the soap package. -
-
Uses of NotificationCallback in org.somda.sdc.dpws
Subinterfaces of NotificationCallback in org.somda.sdc.dpws Modifier and Type Interface Description interfaceTransportBindingInterface to provide transport bindings of any kind. -
Uses of NotificationCallback in org.somda.sdc.dpws.helper
Classes in org.somda.sdc.dpws.helper that implement NotificationCallback Modifier and Type Class Description classNotificationSourceUdpCallbackMarshallSoapMessageand distribute them viaUdpMessageQueueService. -
Uses of NotificationCallback in org.somda.sdc.dpws.http.apache
Classes in org.somda.sdc.dpws.http.apache that implement NotificationCallback Modifier and Type Class Description classClientTransportBindingBinding providing request-response and notification capabilities using an HttpClient. -
Uses of NotificationCallback in org.somda.sdc.dpws.service
Classes in org.somda.sdc.dpws.service that implement NotificationCallback Modifier and Type Class Description classHostedServiceTransportBindingStatic transport binding for hosted services. -
Uses of NotificationCallback in org.somda.sdc.dpws.soap.factory
Methods in org.somda.sdc.dpws.soap.factory with parameters of type NotificationCallback Modifier and Type Method Description NotificationSourceNotificationSourceFactory. createNotificationSource(NotificationCallback callback)Creates a notification source.
-