public abstract class AttachmentResponseEnricher extends Object
| Modifier and Type | Method and Description |
|---|---|
InputStream |
enrich(XMLStreamReader xmlStreamReader,
String operation,
org.apache.cxf.message.Exchange exchange)
Modifies the SOAP response to avoid attachment content in the response body and make decouple the attachment handling so
the user can have a better experience.
|
protected abstract void |
processAttachmentData(String attachmentName,
String attachmentData,
org.apache.cxf.message.Exchange exchange)
Processes the attachments nodes in the response.
|
public InputStream enrich(XMLStreamReader xmlStreamReader, String operation, org.apache.cxf.message.Exchange exchange) throws XMLStreamException
XMLStreamExceptionCopyright © 2020. All rights reserved.