| 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<ReliableMessagingProperties> |
SoapRequest.getReliableMessagingProperties() |
| Modifier and Type | Method and Description |
|---|---|
SoapRequestBuilder |
SoapRequestBuilder.reliableMessagingProperties(ReliableMessagingProperties reliableMessagingProperties)
Sets
ReliableMessagingProperties corresponding to the request |
| Modifier and Type | Method and Description |
|---|---|
Optional<ReliableMessagingProperties> |
DefaultSoapRequest.getReliableMessagingProperties() |
| 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.enableReliableMessaging(Map<String,Object> props,
ReliableMessagingProperties rmProperties,
org.apache.cxf.ws.rm.SourceSequence sourceSequence) |
Copyright © 2022. All rights reserved.