org.mule.endpoint
Class AbstractMessageProcessorTestCase.TestExceptionListener

java.lang.Object
  extended by org.mule.endpoint.AbstractMessageProcessorTestCase.TestExceptionListener
All Implemented Interfaces:
ExceptionHandler, MessagingExceptionHandler
Enclosing class:
AbstractMessageProcessorTestCase

public static class AbstractMessageProcessorTestCase.TestExceptionListener
extends Object
implements MessagingExceptionHandler


Field Summary
 Exception sensedException
           
 
Constructor Summary
AbstractMessageProcessorTestCase.TestExceptionListener()
           
 
Method Summary
 MuleEvent handleException(Exception exception, MuleEvent event)
           
 MuleEvent handleException(Exception exception, MuleEvent event, RollbackSourceCallback rollbackMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sensedException

public Exception sensedException
Constructor Detail

AbstractMessageProcessorTestCase.TestExceptionListener

public AbstractMessageProcessorTestCase.TestExceptionListener()
Method Detail

handleException

public MuleEvent handleException(Exception exception,
                                 MuleEvent event,
                                 RollbackSourceCallback rollbackMethod)
Specified by:
handleException in interface MessagingExceptionHandler

handleException

public MuleEvent handleException(Exception exception,
                                 MuleEvent event)
Specified by:
handleException in interface MessagingExceptionHandler


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