Uses of Class
org.somda.sdc.dpws.soap.interception.InterceptorException
-
Packages that use InterceptorException Package Description org.somda.sdc.dpws.client Client implementation of DPWS.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.wsdiscovery WS-Discovery plugin for SOAP. -
-
Uses of InterceptorException in org.somda.sdc.dpws.client
Methods in org.somda.sdc.dpws.client that throw InterceptorException Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<HostingServiceProxy>Client. connect(String eprAddress)Connects to a hosting service by using an EPR address.com.google.common.util.concurrent.ListenableFuture<HostingServiceProxy>ClientImpl. connect(String eprAddress)voidClient. probe(DiscoveryFilter discoveryFilter)Probes for devices.voidClientImpl. probe(DiscoveryFilter discoveryFilter)com.google.common.util.concurrent.ListenableFuture<DiscoveredDevice>Client. resolve(String eprAddress)Resolves physical addresses (XAddrs) of a device.com.google.common.util.concurrent.ListenableFuture<DiscoveredDevice>ClientImpl. resolve(String eprAddress) -
Uses of InterceptorException in org.somda.sdc.dpws.service
Methods in org.somda.sdc.dpws.service that throw InterceptorException Modifier and Type Method Description SoapMessageHostedServiceProxyImpl. sendRequestResponse(SoapMessage request)SoapMessageHostingServiceProxyImpl. sendRequestResponse(SoapMessage request) -
Uses of InterceptorException in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap that throw InterceptorException Modifier and Type Method Description voidNotificationSource. sendNotification(SoapMessage notification)Sends a SOAP notification message.voidNotificationSourceImpl. sendNotification(SoapMessage notification)SoapMessageRequestResponseClient. sendRequestResponse(SoapMessage request)Sends a SOAP request message and waits for the response to be received from the recipient.SoapMessageRequestResponseClientImpl. sendRequestResponse(SoapMessage request) -
Uses of InterceptorException in org.somda.sdc.dpws.soap.interception
Methods in org.somda.sdc.dpws.soap.interception that throw InterceptorException Modifier and Type Method Description voidClientDispatcher. invokeDispatcher(Direction direction, InterceptorRegistry registry, SoapMessage soapMessage, org.somda.sdc.dpws.soap.interception.InterceptorCallbackType interceptorCallbackObject)Starts dispatching a SOAP message along an interceptor chain. -
Uses of InterceptorException in org.somda.sdc.dpws.soap.wsdiscovery
Methods in org.somda.sdc.dpws.soap.wsdiscovery that throw InterceptorException Modifier and Type Method Description voidWsDiscoveryTargetService. sendBye()Blocking function to send out a Bye message.voidWsDiscoveryTargetServiceInterceptor. sendBye()com.google.common.primitives.UnsignedIntegerWsDiscoveryTargetService. sendHello()Blocking function to send out a Hello message.com.google.common.primitives.UnsignedIntegerWsDiscoveryTargetService. sendHello(boolean forceNewMetadataVersion)Blocking function to send out a Hello message.com.google.common.primitives.UnsignedIntegerWsDiscoveryTargetServiceInterceptor. sendHello()com.google.common.primitives.UnsignedIntegerWsDiscoveryTargetServiceInterceptor. sendHello(boolean forceNewMetadataVersion)com.google.common.util.concurrent.ListenableFuture<Integer>WsDiscoveryClient. sendProbe(String probeId, Collection<QName> types, Collection<String> scopes)Sends a probe message using the given parameters.com.google.common.util.concurrent.ListenableFuture<Integer>WsDiscoveryClient. sendProbe(String probeId, Collection<QName> types, Collection<String> scopes, Integer maxResults)Sends a probe message using the given parameters with a limited number of results until future finishes.com.google.common.util.concurrent.ListenableFuture<Integer>WsDiscoveryClientInterceptor. sendProbe(String probeId, Collection<QName> types, Collection<String> scopes)com.google.common.util.concurrent.ListenableFuture<Integer>WsDiscoveryClientInterceptor. sendProbe(String probeId, Collection<QName> types, Collection<String> scopes, Integer maxResults)com.google.common.util.concurrent.ListenableFuture<ResolveMatchesType>WsDiscoveryClient. sendResolve(EndpointReferenceType epr)Sends a resolve message for a given endpoint reference.com.google.common.util.concurrent.ListenableFuture<ResolveMatchesType>WsDiscoveryClientInterceptor. sendResolve(EndpointReferenceType epr)
-