org.mule.endpoint
Class AbstractMessageProcessorTestCase.TestExceptionListener

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

public static class AbstractMessageProcessorTestCase.TestExceptionListener
extends Object
implements MessagingExceptionHandler


Field Summary
 Exception sensedException
           
 
Constructor Summary
AbstractMessageProcessorTestCase.TestExceptionListener()
           
 
Method Summary
 WildcardFilter getCommitTxFilter()
           
 WildcardFilter getRollbackTxFilter()
           
 MuleEvent handleException(Exception exception, MuleEvent event)
           
 
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)
Specified by:
handleException in interface MessagingExceptionHandler

getCommitTxFilter

public WildcardFilter getCommitTxFilter()
Specified by:
getCommitTxFilter in interface MessagingExceptionHandler

getRollbackTxFilter

public WildcardFilter getRollbackTxFilter()
Specified by:
getRollbackTxFilter in interface MessagingExceptionHandler


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