public interface InternalMessage extends org.mule.runtime.api.message.Message, MessageProperties, MessageAttachments
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InternalMessage.AttributesBuilder |
static interface |
InternalMessage.Builder |
static interface |
InternalMessage.CollectionBuilder |
static interface |
InternalMessage.PayloadBuilder |
| Modifier and Type | Method and Description |
|---|---|
static InternalMessage.PayloadBuilder |
builder()
Provides a builder to create
Message objects. |
static InternalMessage.Builder |
builder(org.mule.runtime.api.message.Message message)
Provides a builder to create
Message objects based on an existing Message instance. |
ExceptionPayload |
getExceptionPayload()
If an error occurred during the processing of this message this will return a ErrorPayload that contains the root exception
and Mule error code, plus any other related info
|
getInboundProperty, getInboundProperty, getInboundPropertyDataType, getInboundPropertyNames, getOutboundProperty, getOutboundProperty, getOutboundPropertyDataType, getOutboundPropertyNamesgetInboundAttachment, getInboundAttachmentNames, getOutboundAttachment, getOutboundAttachmentNamesstatic InternalMessage.PayloadBuilder builder()
Message objects.builder in interface org.mule.runtime.api.message.MessageInternalMessage.Builder.static InternalMessage.Builder builder(org.mule.runtime.api.message.Message message)
Message objects based on an existing Message instance.builder in interface org.mule.runtime.api.message.Messagemessage - existing Message to use as a template to create a new InternalMessage.Builder instance.InternalMessage.Builder based on the template message provided.ExceptionPayload getExceptionPayload()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.