| Package | Description |
|---|---|
| org.mule.extension.ws.api | |
| org.mule.extension.ws.internal.generator | |
| org.mule.extension.ws.internal.generator.attachment |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SoapAttachment> |
SoapMessageBuilder.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
XMLStreamReader |
SoapRequestGenerator.generate(WscConnection connection,
String operation,
String body,
Map<String,SoapAttachment> attachments)
Generates an
XMLStreamReader SOAP request ready to be consumed by CXF. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AttachmentRequestEnricher.addAttachmentElement(Document bodyDocument,
SoapAttachment soapAttachment,
Element attachmentElement)
Adds the content to the attachment node recently created to the XML SOAP request
|
protected void |
MtomRequestEnricher.addAttachmentElement(Document bodyDocument,
SoapAttachment soapAttachment,
Element attachmentNode)
Adds the content to the attachment node recently created to the XML SOAP request
|
protected void |
SoapAttachmentRequestEnricher.addAttachmentElement(Document bodyDocument,
SoapAttachment soapAttachment,
Element attachmentElement)
Adds the content to the attachment node recently created to the XML SOAP request
|
| Modifier and Type | Method and Description |
|---|---|
String |
AttachmentRequestEnricher.enrichRequest(String body,
Map<String,SoapAttachment> attachments) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.