| Package | Description |
|---|---|
| org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
| org.mule.api |
The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them
|
| org.mule.message |
Wire message implementations.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionPayload |
DefaultMuleMessage.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 releated info
|
static ExceptionPayload |
RequestContext.getExceptionPayload()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMuleMessage.setExceptionPayload(ExceptionPayload exceptionPayload)
If an error occurs while processing this message, a ErrorPayload is attached
which contains the root exception and Mule error code, plus any other releated
info.
|
static void |
RequestContext.setExceptionPayload(ExceptionPayload exceptionPayload)
Deprecated.
There is no unsafe version of this because it shouldn't be performance critical
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionPayload |
MuleMessage.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 releated info
|
| Modifier and Type | Method and Description |
|---|---|
void |
MuleMessage.setExceptionPayload(ExceptionPayload payload)
If an error occurs while processing this message, a ErrorPayload is attached
which contains the root exception and Mule error code, plus any other releated
info.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExceptionPayload
DefaultExceptionPayload TODO |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.