org.mule.tck.testmodels.mule
Class TestExceptionStrategy

java.lang.Object
  extended by org.mule.AbstractExceptionListener
      extended by org.mule.DefaultExceptionStrategy
          extended by org.mule.tck.testmodels.mule.TestExceptionStrategy
All Implemented Interfaces:
ExceptionListener, org.mule.api.context.MuleContextAware, org.mule.api.lifecycle.Disposable, org.mule.api.lifecycle.Initialisable

public class TestExceptionStrategy
extends org.mule.DefaultExceptionStrategy

TestExceptionStrategy is used by the Mule test cases as a direct replacement of the DefaultExceptionStrategy This is used to test that overriding the default Exception strategy works


Field Summary
 
Fields inherited from class org.mule.AbstractExceptionListener
commitTxFilter, enableNotifications, endpoints, initialised, logger, 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
 String getTestProperty()
           
 void setTestProperty(String testProperty)
           
 
Methods inherited from class org.mule.DefaultExceptionStrategy
defaultHandler, handleLifecycleException, handleMessagingException, handleRoutingException, handleStandardException, messageFromContextIfAvailable
 
Methods inherited from class org.mule.AbstractExceptionListener
addEndpoint, closeStream, dispose, doInitialise, exceptionThrown, fireNotification, getCommitTxFilter, getEndpoints, getEndpoints, getErrorMessagePayload, getExceptionType, getRollbackTxFilter, handleTransaction, initialise, isEnableNotifications, isInitialised, logException, logFatal, removeEndpoint, rollbackTransaction, routeException, setCommitTxFilter, setEnableNotifications, setEndpoints, 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

getTestProperty

public String getTestProperty()

setTestProperty

public void setTestProperty(String testProperty)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.