public abstract class AttachmentResponseEnricher extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
enrich(Document response,
String operation,
org.apache.cxf.message.Exchange exchange) |
protected abstract void |
processResponseAttachments(Document response,
Collection<org.mule.metadata.api.model.ObjectFieldType> attachments,
org.apache.cxf.message.Exchange exchange)
Processes the attachments nodes in the response.
|
public String enrich(Document response, 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 processResponseAttachments(Document response, Collection<org.mule.metadata.api.model.ObjectFieldType> attachments, org.apache.cxf.message.Exchange exchange)
Copyright © 2019. All rights reserved.