public abstract class AttachmentResponseEnricher extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AttachmentResponseEnricher(WsdlDefinition definition,
org.mule.metadata.api.TypeLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
String |
enrich(Document response,
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.
|
protected AttachmentResponseEnricher(WsdlDefinition definition, org.mule.metadata.api.TypeLoader loader)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.