| Package | Description |
|---|---|
| org.mule.runtime.api.message |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.Builder.build()
Builds a new
Message with the values set in this builder. |
Message |
Error.getErrorMessage()
This is an error response generated by the component that failed to process the message.
|
Message |
MuleEvent.getMessage()
Returns the message for this event
|
Message |
MultiPartPayload.getPart(String partName)
Looks up the part with the passed
partName. |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
MultiPartPayload.getParts() |
| Modifier and Type | Method and Description |
|---|---|
static Message.Builder |
Message.builder(Message message)
|
protected abstract Message.Builder |
AbstractMuleMessageBuilderFactory.create(Message message) |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.