Package | Description |
---|---|
org.mule |
The Mule implementation of the Universal Message Objects(tm) API specification.
|
org.mule.api.transport |
Contains the interfaces that comprise a provider implementation.
|
org.mule.message |
Wire message implementations.
|
org.mule.transport |
Contains Abstract classes providing common functionality for all Mule providers.
|
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() |
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)
There is no unsafe version of this because it shouldn't be performance critical
|
Modifier and Type | Method and Description |
---|---|
ExceptionPayload |
MessageAdapter.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 |
MessageAdapter.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 |
Modifier and Type | Field and Description |
---|---|
protected ExceptionPayload |
AbstractMessageAdapter.exceptionPayload
If an excpetion occurs while processing this message an exception payload will be attached here
|
Modifier and Type | Method and Description |
---|---|
ExceptionPayload |
AbstractMessageAdapter.getExceptionPayload() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMessageAdapter.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.
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.