| Package | Description |
|---|---|
| org.mule.soap.api.client | |
| org.mule.soap.internal.client | |
| org.mule.soap.internal.generator | |
| org.mule.soap.internal.message |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
SoapResponse |
AbstractSoapCxfClient.consume(SoapRequest request,
TransportDispatcher dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
SoapResponse |
SoapResponseGenerator.generate(String operation,
Object[] response,
org.apache.cxf.message.Exchange exchange) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSoapResponse
Immutable
SoapResponse implementation. |
class |
EmptySoapResponse
Empty
SoapResponse implementation. |
Copyright © 2020. All rights reserved.