org.mule.transport.soap.axis
Class UnitTestExceptionStrategy

java.lang.Object
  extended by org.mule.AbstractExceptionListener
      extended by org.mule.DefaultExceptionStrategy
          extended by org.mule.service.DefaultServiceExceptionStrategy
              extended by org.mule.transport.soap.axis.UnitTestExceptionStrategy
All Implemented Interfaces:
ExceptionListener, org.mule.api.context.MuleContextAware, org.mule.api.lifecycle.Disposable, org.mule.api.lifecycle.Initialisable

public class UnitTestExceptionStrategy
extends org.mule.service.DefaultServiceExceptionStrategy


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
UnitTestExceptionStrategy()
           
 
Method Summary
 List getMessagingExceptions()
           
 void handleMessagingException(org.mule.api.MuleMessage message, Throwable t)
           
protected  void logException(Throwable t)
           
protected  void logFatal(org.mule.api.MuleMessage message, Throwable t)
           
 
Methods inherited from class org.mule.service.DefaultServiceExceptionStrategy
defaultHandler, getServiceStatistics, routeException
 
Methods inherited from class org.mule.DefaultExceptionStrategy
handleLifecycleException, 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, removeEndpoint, rollbackTransaction, 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

UnitTestExceptionStrategy

public UnitTestExceptionStrategy()
Method Detail

logFatal

protected void logFatal(org.mule.api.MuleMessage message,
                        Throwable t)
Overrides:
logFatal in class org.mule.service.DefaultServiceExceptionStrategy

logException

protected void logException(Throwable t)
Overrides:
logException in class org.mule.AbstractExceptionListener

handleMessagingException

public void handleMessagingException(org.mule.api.MuleMessage message,
                                     Throwable t)
Overrides:
handleMessagingException in class org.mule.DefaultExceptionStrategy

getMessagingExceptions

public List getMessagingExceptions()


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