|
||||||||||
| 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 | |
|---|---|
WildcardFilter |
getCommitTxFilter()
Returns the filter that given an exception class will determine if a transaction should be committed or not. |
WildcardFilter |
getRollbackTxFilter()
Returns the filter that given an exception class will determine if a transaction should be rollbacked or not. |
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). |
| Method Detail |
|---|
MuleEvent handleException(Exception exception,
MuleEvent event)
exception - which occurredevent - which was being processed when the exception occurred
WildcardFilter getCommitTxFilter()
WildcardFilter getRollbackTxFilter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||