Uses of Interface
org.somda.sdc.dpws.soap.interception.Interceptor
-
Packages that use Interceptor Package Description org.somda.sdc.dpws.device Device implementation of DPWS.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.org.somda.sdc.dpws.soap.interception Design of an interceptor chain to process SOAP messages.org.somda.sdc.dpws.soap.wsaddressing WS-Addressing plugin for SOAP.org.somda.sdc.dpws.soap.wsdiscovery WS-Discovery plugin for SOAP.org.somda.sdc.dpws.soap.wseventing WS-Eventing plugin for SOAP. -
-
Uses of Interceptor in org.somda.sdc.dpws.device
Classes in org.somda.sdc.dpws.device that implement Interceptor Modifier and Type Class Description classWebServiceWeb Service base class. -
Uses of Interceptor in org.somda.sdc.dpws.device.helper
Methods in org.somda.sdc.dpws.device.helper with parameters of type Interceptor Modifier and Type Method Description voidRequestResponseServerHttpHandler. register(Interceptor interceptor) -
Uses of Interceptor in org.somda.sdc.dpws.service
Subinterfaces of Interceptor in org.somda.sdc.dpws.service Modifier and Type Interface Description interfaceHostingServiceHosting service information of a device.Classes in org.somda.sdc.dpws.service that implement Interceptor Modifier and Type Class Description classHostedServiceInterceptorServer interceptor to serve GetMetadata requests on hosted services.classHostingServiceInterceptorServer interceptor for hosting services to serve WS-TransferGet requests.Methods in org.somda.sdc.dpws.service with parameters of type Interceptor Modifier and Type Method Description voidHostedServiceProxyImpl. 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 Interceptor Modifier and Type Method Description voidNotificationSinkImpl. 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 Interceptor Modifier and Type Method Description InterceptorInterceptorException. getInterceptor()Gets the interceptor where the error was raised.Methods in org.somda.sdc.dpws.soap.interception with parameters of type Interceptor Modifier and Type Method Description voidInterceptorRegistry. 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 Interceptor Constructor Description InterceptorException(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 Interceptor Modifier and Type Class Description classWsAddressingClientInterceptorImplements a WS-Addressing client interceptor to apply WS-Addressing header information.classWsAddressingServerInterceptorImplements 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.wsdiscovery Modifier and Type Interface Description interfaceWsDiscoveryClientWs-Discovery Client interface.interfaceWsDiscoveryTargetServiceWS-Discovery Target Service interface.Classes in org.somda.sdc.dpws.soap.wsdiscovery that implement Interceptor Modifier and Type Class Description classWsDiscoveryClientInterceptorDefault implementation of WsDiscoveryClient.classWsDiscoveryTargetServiceInterceptorDefault implementation of the WsDiscoveryTargetService. -
Uses of Interceptor in org.somda.sdc.dpws.soap.wseventing
Subinterfaces of Interceptor in org.somda.sdc.dpws.soap.wseventing Modifier and Type Interface Description interfaceEventSourceInterface to provide WS-Eventing event source functions.Classes in org.somda.sdc.dpws.soap.wseventing that implement Interceptor Modifier and Type Class Description classEventSourceInterceptorInterceptor that handles an event source's incoming subscription requests and facilitates sending notifications.
-