public abstract class AttachmentRequestEnricher extends Object
| Constructor and Description |
|---|
AttachmentRequestEnricher() |
| Modifier and Type | Method and Description |
|---|---|
XMLStreamReader |
enrichRequest(String operation,
InputStream body,
String encoding,
Map<String,SoapAttachment> attachments) |
protected abstract void |
writeAttachmentContent(XMLEventWriter xmlEventWriter,
String attachmentName,
SoapAttachment soapAttachment) |
public XMLStreamReader enrichRequest(String operation, InputStream body, String encoding, Map<String,SoapAttachment> attachments) throws XMLStreamException
body - the XML SOAP body provided by the user.attachments - the attachments to upload.XMLStreamExceptionprotected abstract void writeAttachmentContent(XMLEventWriter xmlEventWriter, String attachmentName, SoapAttachment soapAttachment) throws XMLStreamException
XMLStreamExceptionCopyright © 2020. All rights reserved.