org.mule.test.integration.exceptions
Class TestExceptionStrategy

java.lang.Object
  extended by org.mule.exception.AbstractExceptionListener
      extended by org.mule.exception.AbstractMessagingExceptionStrategy
          extended by org.mule.test.integration.exceptions.TestExceptionStrategy
All Implemented Interfaces:
MuleContextAware, MessagingExceptionHandler, Disposable, Initialisable

public class TestExceptionStrategy
extends AbstractMessagingExceptionStrategy


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
TestExceptionStrategy()
           
 
Method Summary
 MuleEvent handleException(java.lang.Exception exception, MuleEvent event)
           
 
Methods inherited from class org.mule.exception.AbstractMessagingExceptionStrategy
defaultHandler, handleLifecycleException, handleMessagingException, handleRoutingException, handleStandardException, messageFromContextIfAvailable
 
Methods inherited from class org.mule.exception.AbstractExceptionListener
addEndpoint, closeStream, createOutboundRouter, dispose, doInitialise, fireNotification, getCommitTxFilter, getExceptionType, getMessageProcessors, getMessageProcessors, getRollbackTxFilter, handleTransaction, initialise, isEnableNotifications, isInitialised, logException, logFatal, removeMessageProcessor, rollbackTransaction, routeException, setCommitTxFilter, setEnableNotifications, setMessageProcessors, setMuleContext, setRollbackTxFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestExceptionStrategy

public TestExceptionStrategy()
Method Detail

handleException

public MuleEvent handleException(java.lang.Exception exception,
                                 MuleEvent event)
Specified by:
handleException in interface MessagingExceptionHandler
Overrides:
handleException in class AbstractMessagingExceptionStrategy


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.