Uses of Class
org.somda.sdc.dpws.soap.exception.SoapFaultException
Packages that use SoapFaultException
Package
Description
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.
-
Uses of SoapFaultException in org.somda.sdc.dpws.http.apache
Methods in org.somda.sdc.dpws.http.apache that throw SoapFaultException -
Uses of SoapFaultException in org.somda.sdc.dpws.service
Methods in org.somda.sdc.dpws.service that throw SoapFaultExceptionModifier and TypeMethodDescriptionHostedServiceTransportBinding.onRequestResponse(SoapMessage request) HostedServiceProxyImpl.sendRequestResponse(SoapMessage request) HostingServiceProxyImpl.sendRequestResponse(SoapMessage request) -
Uses of SoapFaultException in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap that throw SoapFaultExceptionModifier and TypeMethodDescriptionvoidNotificationSink.receiveNotification(SoapMessage notification, CommunicationContext communicationContext) Starts processing of an incoming SOAP notification message.voidNotificationSinkImpl.receiveNotification(SoapMessage notification, CommunicationContext communicationContext) voidRequestResponseServer.receiveRequestResponse(SoapMessage request, SoapMessage response, CommunicationContext communicationContext) Starts processing of an incoming SOAP request message.voidRequestResponseServerImpl.receiveRequestResponse(SoapMessage request, SoapMessage response, CommunicationContext communicationContext) 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 SoapFaultException in org.somda.sdc.dpws.soap.interception
Methods in org.somda.sdc.dpws.soap.interception that throw SoapFaultExceptionModifier and TypeMethodDescriptionvoidServerDispatcher.invokeDispatcher(Direction direction, InterceptorRegistry registry, SoapMessage soapMessage, org.somda.sdc.dpws.soap.interception.InterceptorCallbackType interceptorCallbackObject) Starts dispatching a SOAP message along an interceptor chain.RequestResponseCallback.onRequestResponse(SoapMessage request) Callback that is triggered after an interceptor chain succeeded on the outgoing direction.