| Class | Description |
|---|---|
| AttachmentRequestEnricher |
Abstract implementation for a request enricher that adds a node for each sent attachment to the incoming SOAP
request with all the information required to send the attachments using the SOAP protocol.
|
| AttachmentResponseEnricher |
Abstract implementation for a response enricher that removes a node for each sent attachment to the obtained SOAP
response and moving all the attachment data to the attachments returned as a
WscMultipartPayload in the
ConsumeOperation. |
| MtomRequestEnricher |
AttachmentRequestEnricher implementation for clients that works with MTOM. |
| MtomResponseEnricher |
AttachmentResponseEnricher implementation for clients that works with MTOM. |
| SoapAttachmentRequestEnricher |
AttachmentRequestEnricher implementation to send attachments using SOAP with Attachments. |
| SoapAttachmentResponseEnricher |
AttachmentResponseEnricher implementation for SOAP with attachments. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.