org.mule.test.integration.transaction
Class RollbackRoutingExceptionStrategy
java.lang.Object
org.mule.processor.AbstractMessageProcessorOwner
org.mule.exception.AbstractExceptionListener
org.mule.exception.AbstractMessagingExceptionStrategy
org.mule.test.integration.transaction.RollbackRoutingExceptionStrategy
- All Implemented Interfaces:
- FlowConstructAware, MuleContextAware, MessagingExceptionHandler, Disposable, Initialisable, Lifecycle, Startable, Stoppable
public class RollbackRoutingExceptionStrategy
- extends AbstractMessagingExceptionStrategy
Will rollback the transaction in case a RoutingException
is encountered.
Methods inherited from class org.mule.exception.AbstractExceptionListener |
addEndpoint, closeStream, createOutboundRouter, doInitialise, fireNotification, getCommitTxFilter, getExceptionType, getMessageProcessors, getMessageProcessors, getOwnedMessageProcessors, getRollbackTxFilter, handleTransaction, initialise, isEnableNotifications, isInitialised, logException, logFatal, removeMessageProcessor, rollbackTransaction, routeException, setCommitTxFilter, setEnableNotifications, setMessageProcessors, setRollbackTxFilter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RollbackRoutingExceptionStrategy
public RollbackRoutingExceptionStrategy()
handleRoutingException
public void handleRoutingException(MuleMessage message,
MessageProcessor endpoint,
Throwable t)
- Overrides:
handleRoutingException
in class AbstractMessagingExceptionStrategy
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.