Class SoapAttachmentRequestEnricher
java.lang.Object
org.mule.soap.internal.generator.attachment.AttachmentRequestEnricher
org.mule.soap.internal.generator.attachment.SoapAttachmentRequestEnricher
AttachmentRequestEnricher implementation to send attachments using SOAP with Attachments.- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwriteAttachmentContent(XMLEventWriter xmlEventWriter, String attachmentName, SoapAttachment soapAttachment) Methods inherited from class org.mule.soap.internal.generator.attachment.AttachmentRequestEnricher
enrichRequest
-
Constructor Details
-
SoapAttachmentRequestEnricher
public SoapAttachmentRequestEnricher()
-
-
Method Details
-
writeAttachmentContent
protected void writeAttachmentContent(XMLEventWriter xmlEventWriter, String attachmentName, SoapAttachment soapAttachment) throws XMLStreamException Creates the attachment content encoded to Base64 plain in the XML Request in the generated attachment node.
- Specified by:
writeAttachmentContentin classAttachmentRequestEnricher- Throws:
XMLStreamException
-