Uses of Class
org.somda.sdc.dpws.soap.interception.InterceptorException
Packages that use InterceptorException
Package
Description
Client implementation of DPWS.
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-Discovery plugin for SOAP.
-
Uses of InterceptorException in org.somda.sdc.dpws.client
Methods in org.somda.sdc.dpws.client that throw InterceptorExceptionModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<HostingServiceProxy>Connects to a hosting service by using an EPR address.com.google.common.util.concurrent.ListenableFuture<HostingServiceProxy>voidClient.probe(DiscoveryFilter discoveryFilter) Probes for devices.voidClientImpl.probe(DiscoveryFilter discoveryFilter) com.google.common.util.concurrent.ListenableFuture<DiscoveredDevice>Resolves physical addresses (XAddrs) of a device.com.google.common.util.concurrent.ListenableFuture<DiscoveredDevice> -
Uses of InterceptorException in org.somda.sdc.dpws.service
Methods in org.somda.sdc.dpws.service that throw InterceptorExceptionModifier and TypeMethodDescriptionHostedServiceProxyImpl.sendRequestResponse(SoapMessage request) HostingServiceProxyImpl.sendRequestResponse(SoapMessage request) -
Uses of InterceptorException in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap that throw InterceptorExceptionModifier and TypeMethodDescriptionvoidNotificationSource.sendNotification(SoapMessage notification) Sends a SOAP notification message.voidNotificationSourceImpl.sendNotification(SoapMessage notification) RequestResponseClient.sendRequestResponse(SoapMessage request) Sends a SOAP request message and waits for the response to be received from the recipient.RequestResponseClientImpl.sendRequestResponse(SoapMessage request) -
Uses of InterceptorException in org.somda.sdc.dpws.soap.interception
Methods in org.somda.sdc.dpws.soap.interception that throw InterceptorExceptionModifier and TypeMethodDescriptionvoidClientDispatcher.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 InterceptorExceptionModifier and TypeMethodDescriptionvoidWsDiscoveryTargetService.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, MatchBy matchBy) 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, MatchBy matchBy, 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, MatchBy matchBy) com.google.common.util.concurrent.ListenableFuture<Integer>WsDiscoveryClientInterceptor.sendProbe(String probeId, Collection<QName> types, Collection<String> scopes, MatchBy matchBy, 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)