|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.AbstractExceptionListener
org.mule.DefaultExceptionStrategy
org.mule.tck.testmodels.mule.TestExceptionStrategy
public class TestExceptionStrategy
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 |
---|
public TestExceptionStrategy()
Method Detail |
---|
public String getTestProperty()
public void setTestProperty(String testProperty)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |