|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMOExceptionPayload | |
---|---|
org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
org.mule.impl.message | Wire message implementations. |
org.mule.providers | Contains Abstract classes providing common functionality for all Mule providers. |
org.mule.umo.provider | Contains the interfaces that comprise a provider implementation. |
Uses of UMOExceptionPayload in org.mule.impl |
---|
Fields in org.mule.impl declared as UMOExceptionPayload | |
---|---|
protected UMOExceptionPayload |
MuleMessage.exceptionPayload
|
Methods in org.mule.impl that return UMOExceptionPayload | |
---|---|
static UMOExceptionPayload |
RequestContext.getExceptionPayload()
|
UMOExceptionPayload |
MuleMessage.getExceptionPayload()
|
Methods in org.mule.impl with parameters of type UMOExceptionPayload | |
---|---|
static void |
RequestContext.setExceptionPayload(UMOExceptionPayload exceptionPayload)
|
void |
MuleMessage.setExceptionPayload(UMOExceptionPayload exceptionPayload)
|
Uses of UMOExceptionPayload in org.mule.impl.message |
---|
Classes in org.mule.impl.message that implement UMOExceptionPayload | |
---|---|
class |
ExceptionPayload
ExceptionPayload TODO |
Uses of UMOExceptionPayload in org.mule.providers |
---|
Fields in org.mule.providers declared as UMOExceptionPayload | |
---|---|
protected UMOExceptionPayload |
AbstractMessageAdapter.exceptionPayload
|
Methods in org.mule.providers that return UMOExceptionPayload | |
---|---|
UMOExceptionPayload |
AbstractMessageAdapter.getExceptionPayload()
|
Methods in org.mule.providers with parameters of type UMOExceptionPayload | |
---|---|
void |
AbstractMessageAdapter.setExceptionPayload(UMOExceptionPayload payload)
|
Uses of UMOExceptionPayload in org.mule.umo.provider |
---|
Methods in org.mule.umo.provider that return UMOExceptionPayload | |
---|---|
UMOExceptionPayload |
UMOMessageAdapter.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.umo.provider with parameters of type UMOExceptionPayload | |
---|---|
void |
UMOMessageAdapter.setExceptionPayload(UMOExceptionPayload 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |