| Modifier and Type | Method and Description |
|---|---|
static BindingContext |
BindingContextUtils.getTargetBindingContext(Message message)
Creates a new
BindingContext that only contains the restricted bindings to be used for evaluating the target expression. |
| Modifier and Type | Method and Description |
|---|---|
Message |
Event.getMessage()
Returns the message payload for this event
|
Message |
InputEvent.getMessage()
Returns the message payload for this event
|
| Modifier and Type | Method and Description |
|---|---|
InputEvent |
InputEvent.message(Message 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 |
|---|---|
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.
|
static Message |
Message.of(Object payload)
Create a new
instance with the given payload. |
| Modifier and Type | Method and Description |
|---|---|
static Message.Builder |
Message.builder(Message message)
|
protected abstract Message.Builder |
AbstractMuleMessageBuilderFactory.create(Message message) |
| Modifier and Type | Method and Description |
|---|---|
Message |
TransformationService.transform(Message message,
DataType outputDataType)
Attempts to obtain the payload of this message with the desired Class type.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
TransformationService.transform(Message message,
DataType outputDataType)
Attempts to obtain the payload of this message with the desired Class type.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
DefaultInputEvent.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
InputEvent |
DefaultInputEvent.message(Message message) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.