| Package | Description |
|---|---|
| org.mule.runtime.api.exception | |
| org.mule.runtime.api.interception | |
| org.mule.runtime.api.message |
| Modifier and Type | Method and Description |
|---|---|
Message |
ErrorMessageAwareException.getErrorMessage()
Retrieves the error
Message to be used in the error creation. |
| Modifier and Type | Method and Description |
|---|---|
Message |
InterceptionEvent.getMessage()
Returns the message payload for this event
|
| Modifier and Type | Method and Description |
|---|---|
InterceptionEvent |
InterceptionEvent.message(Message message)
Set the
Message to construct the target Event with. |
| 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 |
MultiPartPayload.getPart(String partName)
Looks up the part with the passed
partName. |
static Message |
Message.of(Object payload)
Create a new
instance with the given payload. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Message> |
MultiPartPayload.getNamedParts() |
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 © 2017 MuleSoft, Inc.. All rights reserved.