public abstract class AttachmentResponseEnricher extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AttachmentResponseEnricher(org.mule.metadata.api.TypeLoader loader,
Map<String,org.mule.wsdl.parser.model.operation.OperationModel> operations) |
| 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.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.