public abstract class AttachmentResponseEnricher extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
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)
Processes the attachments nodes in the response.
|
public void 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)
Copyright © 2019. All rights reserved.