| Package | Description |
|---|---|
| org.mule.soap.api.message | |
| org.mule.soap.internal.message | |
| org.mule.soap.internal.rm |
| Modifier and Type | Method and Description |
|---|---|
default Optional<AddressingProperties> |
SoapRequest.getAddressingProperties() |
| Modifier and Type | Method and Description |
|---|---|
SoapRequestBuilder |
SoapRequestBuilder.addressingProperties(AddressingProperties addressingProperties)
Sets
AddressingProperties corresponding to the request |
| Modifier and Type | Method and Description |
|---|---|
Optional<AddressingProperties> |
DefaultSoapRequest.getAddressingProperties() |
| Constructor and Description |
|---|
DefaultSoapRequest(InputStream content,
Map<String,String> soapHeaders,
Map<String,String> transportHeaders,
Map<String,SoapAttachment> attachments,
String contentType,
String operation,
boolean useXMLInitialDeclaration,
AddressingProperties addressingProperties,
ReliableMessagingProperties reliableMessagingProperties) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RMUtils.enableAddressing(Map<String,Object> props,
AddressingProperties addressingProperties) |
Copyright © 2024. All rights reserved.