|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.exception.AbstractExceptionListener
org.mule.exception.AbstractMessagingExceptionStrategy
org.mule.test.integration.transaction.RollbackRoutingExceptionStrategy
public class RollbackRoutingExceptionStrategy
Will rollback the transaction in case a RoutingException
is encountered.
Field Summary |
---|
Fields inherited from class org.mule.exception.AbstractExceptionListener |
---|
commitTxFilter, enableNotifications, initialised, logger, messageProcessors, muleContext, rollbackTxFilter |
Fields inherited from interface org.mule.api.lifecycle.Initialisable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Disposable |
---|
PHASE_NAME |
Constructor Summary | |
---|---|
RollbackRoutingExceptionStrategy()
|
Method Summary | |
---|---|
void |
handleRoutingException(MuleMessage message,
MessageProcessor endpoint,
java.lang.Throwable t)
|
Methods inherited from class org.mule.exception.AbstractMessagingExceptionStrategy |
---|
defaultHandler, handleException, handleLifecycleException, handleMessagingException, handleStandardException, messageFromContextIfAvailable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RollbackRoutingExceptionStrategy()
Method Detail |
---|
public void handleRoutingException(MuleMessage message, MessageProcessor endpoint, java.lang.Throwable t)
handleRoutingException
in class AbstractMessagingExceptionStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |