public class WscMultipartPayload extends DefaultMultiPartPayload
DefaultMultiPartPayload implementation that enables the separated retrieval of the body and the attachments.BODY_ATTRIBUTES| Constructor and Description |
|---|
WscMultipartPayload(List<org.mule.runtime.api.message.Message> parts) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttachments()
Returns the attachments parts content of the
WscMultipartPayload. |
String |
getBody()
Returns the body part content of the
WscMultipartPayload. |
getBodyPart, getNonBodyParts, getPart, getPartNames, getParts, hasBodyPart, toStringpublic WscMultipartPayload(List<org.mule.runtime.api.message.Message> parts)
public String getBody()
WscMultipartPayload.public Map<String,Object> getAttachments()
WscMultipartPayload.List with the attachments.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.