public final class SoapAttachmentRequestEnricher extends AttachmentRequestEnricher
AttachmentRequestEnricher implementation to send attachments using SOAP with Attachments.| Constructor and Description |
|---|
SoapAttachmentRequestEnricher() |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
createAttachmentNode(Document bodyDocument,
String name,
SoapAttachment attachment)
Creates the content of the attachment node to be added in the SOAP request
|
enrichRequest, getAttachmentPlaceholderNodeprotected Node createAttachmentNode(Document bodyDocument, String name, SoapAttachment attachment)
Creates the attachment content encoded to Base64 plain in the XML Request in the generated attachment node.
bodyDocument - the document where we are adding the node element.attachment - the attachment to be sent.Copyright © 2019. All rights reserved.