DefaultMultiPartPayload instead.@Deprecated public interface MessageAttachments
| Modifier and Type | Method and Description |
|---|---|
DataHandler |
getInboundAttachment(String name)
Deprecated.
Retrieve an attachment with the given name.
|
Set<String> |
getInboundAttachmentNames()
Deprecated.
|
DataHandler |
getOutboundAttachment(String name)
Deprecated.
Retrieve an attachment with the given name.
|
Set<String> |
getOutboundAttachmentNames()
Deprecated.
|
DataHandler getInboundAttachment(String name)
name - the name of the attachment to retrieveDataHandlerDataHandler getOutboundAttachment(String name)
name - the name of the attachment to retrieveDataHandlerSet<String> getInboundAttachmentNames()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.