| Package | Description |
|---|---|
| org.mule.soap.api.client |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyResponseException
RuntimeException implementation that aims to be thrown when an error occur while parsing or processing a SOAP response
that does not contain the mandatory fields. |
| Modifier and Type | Method and Description |
|---|---|
SoapResponse |
SoapClient.consume(SoapRequest request,
TransportDispatcher dispatcher)
Sends a
SoapRequest blocking the current thread until a response is available or the request times out. |
default SoapResponse |
SoapClient.parseResponse(String operation,
TransportResponse response)
Generates a
SoapResponse from a TransportResponse |
Copyright © 2024. All rights reserved.