Uses of Class
org.somda.sdc.dpws.soap.exception.SoapFaultException
-
Packages that use SoapFaultException Package Description 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. -
-
Uses of SoapFaultException in org.somda.sdc.dpws.http.apache
Methods in org.somda.sdc.dpws.http.apache that throw SoapFaultException Modifier and Type Method Description SoapMessageClientTransportBinding. onRequestResponse(SoapMessage request) -
Uses of SoapFaultException in org.somda.sdc.dpws.service
Methods in org.somda.sdc.dpws.service that throw SoapFaultException Modifier and Type Method Description SoapMessageHostedServiceTransportBinding. onRequestResponse(SoapMessage request)SoapMessageHostedServiceProxyImpl. sendRequestResponse(SoapMessage request)SoapMessageHostingServiceProxyImpl. sendRequestResponse(SoapMessage request) -
Uses of SoapFaultException in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap that throw SoapFaultException Modifier and Type Method Description voidRequestResponseServer. receiveRequestResponse(SoapMessage request, SoapMessage response, CommunicationContext communicationContext)Starts processing of an incoming SOAP request message.voidRequestResponseServerImpl. receiveRequestResponse(SoapMessage request, SoapMessage response, CommunicationContext communicationContext)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 SoapFaultException in org.somda.sdc.dpws.soap.interception
Methods in org.somda.sdc.dpws.soap.interception that throw SoapFaultException Modifier and Type Method Description voidServerDispatcher. invokeDispatcher(Direction direction, InterceptorRegistry registry, SoapMessage soapMessage, org.somda.sdc.dpws.soap.interception.InterceptorCallbackType interceptorCallbackObject)Starts dispatching a SOAP message along an interceptor chain.SoapMessageRequestResponseCallback. onRequestResponse(SoapMessage request)Callback that is triggered after an interceptor chain succeeded on the outgoing direction.
-