Uses of Class
org.mule.soap.api.client.BadResponseException
Packages that use BadResponseException
-
Uses of BadResponseException in org.mule.soap.api.client
Subclasses of BadResponseException in org.mule.soap.api.clientModifier and TypeClassDescriptionfinal classRuntimeExceptionimplementation that aims to be thrown when an error occur while parsing or processing a SOAP response that does not contain the mandatory fields.Methods in org.mule.soap.api.client that throw BadResponseExceptionModifier and TypeMethodDescriptionSoapClient.consume(SoapRequest request, TransportDispatcher dispatcher) Sends aSoapRequestblocking the current thread until a response is available or the request times out.default SoapResponseSoapClient.parseResponse(String operation, TransportResponse response) Generates aSoapResponsefrom aTransportResponse