|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessagingExceptionHandler
Take some action when a messaging exception has occurred (i.e., there was a message in play when the exception occurred).
Method Summary | |
---|---|
MuleEvent |
handleException(Exception exception,
MuleEvent event)
Take some action when a messaging exception has occurred (i.e., there was a message in play when the exception occurred). |
MuleEvent |
handleException(Exception exception,
MuleEvent event,
RollbackSourceCallback rollbackMethod)
Take some action when a messaging exception has occurred (i.e., there was a message in play when the exception occurred). |
Method Detail |
---|
MuleEvent handleException(Exception exception, MuleEvent event, RollbackSourceCallback rollbackMethod)
exception
- which occurredevent
- which was being processed when the exception occurredrollbackMethod
- will be called if transactions are not used in order to achieve atomic message delivery
MuleEvent handleException(Exception exception, MuleEvent event)
exception
- which occurredevent
- which was being processed when the exception occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |