|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionPayload | |
|---|---|
| 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. |
| org.mule.transport.http | Provides http transport including proxy support. |
| Uses of ExceptionPayload in org.mule |
|---|
| Methods in org.mule that return ExceptionPayload | |
|---|---|
static ExceptionPayload |
RequestContext.getExceptionPayload()
|
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 |
| Methods in org.mule with parameters of type ExceptionPayload | |
|---|---|
static void |
RequestContext.setExceptionPayload(ExceptionPayload exceptionPayload)
There is no unsafe version of this because it shouldn't be performance critical |
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. |
| Uses of ExceptionPayload in org.mule.api |
|---|
| Methods in org.mule.api that return ExceptionPayload | |
|---|---|
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 |
| Methods in org.mule.api with parameters of type ExceptionPayload | |
|---|---|
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. |
| Uses of ExceptionPayload in org.mule.message |
|---|
| Classes in org.mule.message that implement ExceptionPayload | |
|---|---|
class |
DefaultExceptionPayload
DefaultExceptionPayload TODO |
| Uses of ExceptionPayload in org.mule.transport.http |
|---|
| Methods in org.mule.transport.http with parameters of type ExceptionPayload | |
|---|---|
protected MuleMessage |
HttpClientMessageDispatcher.getResponseFromMethod(HttpMethod httpMethod,
ExceptionPayload ep)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||