org.mule.execution
Class ExceptionToMessagingExceptionExecutionInterceptor

java.lang.Object
  extended by org.mule.execution.ExceptionToMessagingExceptionExecutionInterceptor
All Implemented Interfaces:
MessageProcessorExecutionInterceptor

public class ExceptionToMessagingExceptionExecutionInterceptor
extends Object
implements MessageProcessorExecutionInterceptor

Replace any exception thrown with a MessagingException


Constructor Summary
ExceptionToMessagingExceptionExecutionInterceptor()
           
 
Method Summary
 MuleEvent execute(MessageProcessor messageProcessor, MuleEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionToMessagingExceptionExecutionInterceptor

public ExceptionToMessagingExceptionExecutionInterceptor()
Method Detail

execute

public MuleEvent execute(MessageProcessor messageProcessor,
                         MuleEvent event)
                  throws MessagingException
Specified by:
execute in interface MessageProcessorExecutionInterceptor
Throws:
MessagingException


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