Uses of Class
org.somda.sdc.dpws.soap.exception.TransportException
Packages that use TransportException
Package
Description
Client implementation of DPWS.
Device implementation of DPWS.
HTTP server binding for DPWS.
Apache HTTP client 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-Discovery plugin for SOAP.
UDP binding for DPWS.
Contains a WSDL implementation.
-
Uses of TransportException in org.somda.sdc.dpws.client
Methods in org.somda.sdc.dpws.client that throw TransportExceptionModifier and TypeMethodDescriptionvoidClient.probe(DiscoveryFilter discoveryFilter) Probes for devices.voidClientImpl.probe(DiscoveryFilter discoveryFilter) -
Uses of TransportException in org.somda.sdc.dpws.device
Methods in org.somda.sdc.dpws.device that throw TransportExceptionModifier and TypeMethodDescriptionvoidEventSourceAccess.sendNotification(String action, Object payload) Sends a notification to all subscribers.voidEventSourceAccess.subscriptionEndToAll(WsEventingStatus status) Sends a subscription end message to all subscribers and shut down connected subscriptions. -
Uses of TransportException in org.somda.sdc.dpws.http
Methods in org.somda.sdc.dpws.http that throw TransportExceptionModifier and TypeMethodDescriptionSends a HTTP GET request to a specified url. -
Uses of TransportException in org.somda.sdc.dpws.http.apache
Methods in org.somda.sdc.dpws.http.apache that throw TransportException -
Uses of TransportException in org.somda.sdc.dpws.service
Methods in org.somda.sdc.dpws.service that throw TransportExceptionModifier and TypeMethodDescriptionvoidHostedServiceTransportBinding.onNotification(SoapMessage notification) HostedServiceTransportBinding.onRequestResponse(SoapMessage request) HostedServiceProxyImpl.sendRequestResponse(SoapMessage request) HostingServiceProxyImpl.sendRequestResponse(SoapMessage request) -
Uses of TransportException in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap that throw TransportExceptionModifier 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 TransportException in org.somda.sdc.dpws.soap.interception
Methods in org.somda.sdc.dpws.soap.interception that throw TransportExceptionModifier and TypeMethodDescriptionvoidNotificationCallback.onNotification(SoapMessage notification) Callback that is triggered after an interceptor chain succeeded on the outgoing direction.RequestResponseCallback.onRequestResponse(SoapMessage request) Callback that is triggered after an interceptor chain succeeded on the outgoing direction. -
Uses of TransportException in org.somda.sdc.dpws.soap.wsdiscovery
Methods in org.somda.sdc.dpws.soap.wsdiscovery that throw TransportExceptionModifier 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<org.somda.sdc.dpws.soap.wsdiscovery.model.ResolveMatchesType>WsDiscoveryClient.sendResolve(org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType epr) Sends a resolve message for a given endpoint reference.com.google.common.util.concurrent.ListenableFuture<org.somda.sdc.dpws.soap.wsdiscovery.model.ResolveMatchesType>WsDiscoveryClientInterceptor.sendResolve(org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType epr) -
Uses of TransportException in org.somda.sdc.dpws.udp
Methods in org.somda.sdc.dpws.udp that throw TransportExceptionModifier and TypeMethodDescriptionvoidUdpBindingService.sendMessage(UdpMessage message) Sends a UDP message given as parameter to the connected UDP socket.voidUdpBindingServiceImpl.sendMessage(UdpMessage message) -
Uses of TransportException in org.somda.sdc.dpws.wsdl
Methods in org.somda.sdc.dpws.wsdl that throw TransportExceptionModifier and TypeMethodDescriptionWsdlRetriever.retrieveWsdlFromMetadata(org.somda.sdc.dpws.soap.wsmetadataexchange.model.Metadata metadata) Retrieves the WSDLs referenced or embedded in the provided metadata.WsdlRetriever.retrieveWsdls(HostingServiceProxy hostingServiceProxy) Retrieves all WSDLs of the Provider the client is connected to.