public abstract class AttachmentResponseEnricher extends Object
WscMultipartPayload in the
ConsumeOperation.| Constructor and Description |
|---|
AttachmentResponseEnricher() |
| Modifier and Type | Method and Description |
|---|---|
String |
enrich(Document response,
WsdlIntrospecter introspecter,
org.mule.metadata.api.TypeLoader loader,
String operation,
org.apache.cxf.message.Exchange exchange) |
protected abstract void |
processResponseAttachments(Document response,
List<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, WsdlIntrospecter introspecter, org.mule.metadata.api.TypeLoader loader, 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.
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.