Package org.mule.soap.api.message
Class SoapRequestBuilder
java.lang.Object
org.mule.soap.api.message.SoapRequestBuilder
A builder implementation to create
SoapRequests- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionaddressingProperties(AddressingProperties addressingProperties) SetsAddressingPropertiescorresponding to the requestattachment(String name, SoapAttachment attachment) attachments(Map<String, SoapAttachment> attachments) build()content(InputStream content) contentType(String contentType) reliableMessagingProperties(ReliableMessagingProperties reliableMessagingProperties) SetsReliableMessagingPropertiescorresponding to the requestsoapHeaders(Map<String, String> soapHeaders) transportHeader(String key, String value) transportHeaders(Map<String, String> headers) useXMLInitialDeclaration(boolean useXMLInitialDeclaration)
-
Method Details
-
content
-
content
-
soapHeaders
-
transportHeader
-
transportHeaders
-
attachment
-
attachments
-
contentType
-
operation
-
useXMLInitialDeclaration
-
addressingProperties
SetsAddressingPropertiescorresponding to the request- Since:
- 1.6
-
reliableMessagingProperties
public SoapRequestBuilder reliableMessagingProperties(ReliableMessagingProperties reliableMessagingProperties) SetsReliableMessagingPropertiescorresponding to the request- Since:
- 1.6
-
build
-