Uses of Interface
org.somda.sdc.dpws.soap.interception.Interceptor
Packages that use Interceptor
Package
Description
Device implementation of DPWS.
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.
Design of an interceptor chain to process SOAP messages.
WS-Addressing plugin for SOAP.
WS-Discovery plugin for SOAP.
WS-Eventing plugin for SOAP.
-
Uses of Interceptor in org.somda.sdc.dpws.device
Classes in org.somda.sdc.dpws.device that implement Interceptor -
Uses of Interceptor in org.somda.sdc.dpws.device.helper
Methods in org.somda.sdc.dpws.device.helper with parameters of type InterceptorModifier and TypeMethodDescriptionvoidRequestResponseServerHttpHandler.register(Interceptor interceptor) -
Uses of Interceptor in org.somda.sdc.dpws.service
Subinterfaces of Interceptor in org.somda.sdc.dpws.serviceModifier and TypeInterfaceDescriptioninterfaceHosting service information of a device.Classes in org.somda.sdc.dpws.service that implement InterceptorModifier and TypeClassDescriptionclassServer interceptor to serve GetMetadata requests on hosted services.classServer interceptor for hosting services to serve WS-TransferGet requests.Methods in org.somda.sdc.dpws.service with parameters of type InterceptorModifier and TypeMethodDescriptionvoidHostedServiceProxyImpl.register(Interceptor interceptor) voidHostingServiceProxyImpl.register(Interceptor interceptor) com.google.common.util.concurrent.ListenableFuture<SubscribeResult>EventSinkAccess.subscribe(List<String> actions, Duration expires, Interceptor notificationSink) Conducts a subscribe.com.google.common.util.concurrent.ListenableFuture<SubscribeResult>HostedServiceProxyImpl.subscribe(List<String> actions, Duration expires, Interceptor notificationSink) -
Uses of Interceptor in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap with parameters of type InterceptorModifier and TypeMethodDescriptionvoidNotificationSinkImpl.register(Interceptor interceptor) voidNotificationSourceImpl.register(Interceptor interceptor) voidRequestResponseClientImpl.register(Interceptor interceptor) voidRequestResponseServerImpl.register(Interceptor interceptor) -
Uses of Interceptor in org.somda.sdc.dpws.soap.interception
Methods in org.somda.sdc.dpws.soap.interception that return InterceptorModifier and TypeMethodDescriptionInterceptorException.getInterceptor()Gets the interceptor where the error was raised.Methods in org.somda.sdc.dpws.soap.interception with parameters of type InterceptorModifier and TypeMethodDescriptionvoidInterceptorRegistry.addInterceptor(Interceptor interceptor) Takes an object and seeks interceptor methods.voidInterceptorHandler.register(Interceptor interceptor) Registers a callback object.Constructors in org.somda.sdc.dpws.soap.interception with parameters of type InterceptorModifierConstructorDescriptionInterceptorException(String message, Interceptor interceptor) InterceptorException(String message, Interceptor interceptor, Throwable cause) -
Uses of Interceptor in org.somda.sdc.dpws.soap.wsaddressing
Classes in org.somda.sdc.dpws.soap.wsaddressing that implement InterceptorModifier and TypeClassDescriptionclassImplements a WS-Addressing client interceptor to apply WS-Addressing header information.classImplements a WS-Addressing server interceptor to check WS-Addressing header information. -
Uses of Interceptor in org.somda.sdc.dpws.soap.wsdiscovery
Subinterfaces of Interceptor in org.somda.sdc.dpws.soap.wsdiscoveryModifier and TypeInterfaceDescriptioninterfaceWS-Discovery Client interface.interfaceWS-Discovery Target Service interface.Classes in org.somda.sdc.dpws.soap.wsdiscovery that implement InterceptorModifier and TypeClassDescriptionclassDefault implementation of WsDiscoveryClient.classDefault implementation of the WsDiscoveryTargetService. -
Uses of Interceptor in org.somda.sdc.dpws.soap.wseventing
Subinterfaces of Interceptor in org.somda.sdc.dpws.soap.wseventingModifier and TypeInterfaceDescriptioninterfaceInterface to provide WS-Eventing event source functions.Classes in org.somda.sdc.dpws.soap.wseventing that implement InterceptorModifier and TypeClassDescriptionclassInterceptor that handles an event source's incoming subscription requests and facilitates sending notifications.