| Package | Description |
|---|---|
| org.mule.runtime.soap.api.client | |
| org.mule.runtime.soap.api.message |
| Modifier and Type | Method and Description |
|---|---|
SoapResponse |
SoapClient.consume(SoapRequest request)
Sends a
SoapRequest blocking the current thread until a response is available or the request times out. |
default SoapResponse |
SoapClient.consume(SoapRequest request,
org.mule.runtime.extension.api.soap.message.MessageDispatcher dispatcher)
Sends a
SoapRequest blocking the current thread until a response is available or the request times out. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSoapRequest
Immutable implementation of a
SoapRequest. |
| Modifier and Type | Method and Description |
|---|---|
static SoapRequest |
SoapRequest.empty(String operation) |
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.