public abstract class AttachmentRequestEnricher extends Object
| Constructor and Description |
|---|
AttachmentRequestEnricher() |
| Modifier and Type | Method and Description |
|---|---|
String |
enrichRequest(String body,
Map<String,SoapAttachment> attachments) |
protected Optional<Node> |
getAttachmentPlaceholderNode(Document bodyDocument,
String name) |
public String enrichRequest(String body, Map<String,SoapAttachment> attachments)
body - the XML SOAP body provided by the user.attachments - the attachments to upload.Copyright © 2019. All rights reserved.