Uses of Class
org.somda.sdc.dpws.soap.exception.TransportException
-
Packages that use TransportException Package Description org.somda.sdc.dpws.client Client implementation of DPWS.org.somda.sdc.dpws.device Device implementation of DPWS.org.somda.sdc.dpws.http HTTP server binding for DPWS.org.somda.sdc.dpws.http.apache Apache HTTP client 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.wsdiscovery WS-Discovery plugin for SOAP.org.somda.sdc.dpws.udp UDP binding for DPWS.org.somda.sdc.dpws.wsdl Contains a WSDL implementation. -
-
Uses of TransportException in org.somda.sdc.dpws.client
Methods in org.somda.sdc.dpws.client that throw TransportException Modifier and Type Method Description voidClient. 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 TransportException Modifier and Type Method Description voidEventSourceAccess. 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 TransportException Modifier and Type Method Description HttpResponseHttpClient. sendGet(String url)Sends 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 Modifier and Type Method Description HttpResponseApacheHttpClient. sendGet(String url) -
Uses of TransportException in org.somda.sdc.dpws.service
Methods in org.somda.sdc.dpws.service that throw TransportException Modifier and Type Method Description voidHostedServiceTransportBinding. onNotification(SoapMessage notification)SoapMessageHostedServiceTransportBinding. onRequestResponse(SoapMessage request)SoapMessageHostedServiceProxyImpl. sendRequestResponse(SoapMessage request)SoapMessageHostingServiceProxyImpl. sendRequestResponse(SoapMessage request) -
Uses of TransportException in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap that throw TransportException 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 TransportException in org.somda.sdc.dpws.soap.interception
Methods in org.somda.sdc.dpws.soap.interception that throw TransportException Modifier and Type Method Description voidNotificationCallback. onNotification(SoapMessage notification)Callback that is triggered after an interceptor chain succeeded on the outgoing direction.SoapMessageRequestResponseCallback. 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 TransportException 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) -
Uses of TransportException in org.somda.sdc.dpws.udp
Methods in org.somda.sdc.dpws.udp that throw TransportException Modifier and Type Method Description voidUdpBindingService. 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 TransportException Modifier and Type Method Description List<String>WsdlRetriever. retrieveWsdlFromMetadata(Metadata metadata)Retrieves the WSDLs referenced or embedded in the provided metadata.Map<String,List<String>>WsdlRetriever. retrieveWsdls(HostingServiceProxy hostingServiceProxy)Retrieves all WSDLs of the Provider the client is connected to.
-