Uses of Interface
org.somda.sdc.dpws.soap.interception.InterceptorHandler
Packages that use InterceptorHandler
Package
Description
Helper classes to support the DPWS device implementation.
Hosting service and hosted service information for device and client side (proxies).
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 InterceptorHandlerModifier and TypeClassDescriptionclassRequestResponseServer that is invoked on SOAP HttpHandler callbacks. -
Uses of InterceptorHandler in org.somda.sdc.dpws.service
Subinterfaces of InterceptorHandler in org.somda.sdc.dpws.serviceModifier and TypeInterfaceDescriptioninterfaceHosted service proxy of a client.interfaceHosting service proxy of a client.Classes in org.somda.sdc.dpws.service that implement InterceptorHandlerModifier and TypeClassDescriptionclassDefault implementation of HostedServiceProxy.classDefault implementation of HostingServiceProxy. -
Uses of InterceptorHandler in org.somda.sdc.dpws.soap
Subinterfaces of InterceptorHandler in org.somda.sdc.dpws.soapModifier and TypeInterfaceDescriptioninterfaceInterface for network bindings to invoke execution of incoming SOAP notification messages.interfaceInterface to send notifications to event sinks.interfaceInterface for client APIs to conduct request-response message exchanges.interfaceInterface for network bindings to process incoming SOAP request messages and their responses.Classes in org.somda.sdc.dpws.soap that implement InterceptorHandlerModifier and TypeClassDescriptionclassDefault implementation of NotificationSink.classDefault implementation of NotificationSource.classDefault implementation of RequestResponseClient.classDefault implementation of RequestResponseServer.