Uses of Interface
org.somda.sdc.dpws.soap.interception.InterceptorHandler
-
Packages that use InterceptorHandler Package Description org.somda.sdc.dpws.device.helper Helper classes to support the DPWS device implementation.org.somda.sdc.dpws.service Hosting service and hosted service information for device and client side (proxies).org.somda.sdc.dpws.soap SOAP implementation that is tailored to DPWS. -
-
Uses of InterceptorHandler in org.somda.sdc.dpws.device.helper
Classes in org.somda.sdc.dpws.device.helper that implement InterceptorHandler Modifier and Type Class Description classRequestResponseServerHttpHandlerRequestResponseServer that is invoked on SOAP HttpHandler callbacks. -
Uses of InterceptorHandler in org.somda.sdc.dpws.service
Subinterfaces of InterceptorHandler in org.somda.sdc.dpws.service Modifier and Type Interface Description interfaceHostedServiceProxyHosted service proxy of a client.interfaceHostingServiceProxyHosting service proxy of a client.Classes in org.somda.sdc.dpws.service that implement InterceptorHandler Modifier and Type Class Description classHostedServiceProxyImplDefault implementation of HostedServiceProxy.classHostingServiceProxyImplDefault implementation of HostingServiceProxy. -
Uses of InterceptorHandler in org.somda.sdc.dpws.soap
Subinterfaces of InterceptorHandler in org.somda.sdc.dpws.soap Modifier and Type Interface Description interfaceNotificationSinkInterface for network bindings to invoke execution of incoming SOAP notification messages.interfaceNotificationSourceInterface to send notifications to event sinks.interfaceRequestResponseClientInterface for client APIs to conduct request-response message exchanges.interfaceRequestResponseServerInterface for network bindings to process incoming SOAP request messages and their responses.Classes in org.somda.sdc.dpws.soap that implement InterceptorHandler Modifier and Type Class Description classNotificationSinkImplDefault implementation of NotificationSink.classNotificationSourceImplDefault implementation of NotificationSource.classRequestResponseClientImplDefault implementation of RequestResponseClient.classRequestResponseServerImplDefault implementation of RequestResponseServer.
-