org.mule.module.xml.functional
Class HideExceptions

java.lang.Object
  extended by org.mule.module.xml.functional.HideExceptions
All Implemented Interfaces:
MessagingExceptionHandler

public class HideExceptions
extends Object
implements MessagingExceptionHandler


Field Summary
protected  Log logger
           
 
Constructor Summary
HideExceptions()
           
 
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

logger

protected transient Log logger
Constructor Detail

HideExceptions

public HideExceptions()
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.