org.mule.execution
Interface MessageProcessorExecutionInterceptor

All Known Implementing Classes:
ExceptionToMessagingExceptionExecutionInterceptor

public interface MessageProcessorExecutionInterceptor

Intercepts a MessageProcessor execution.


Method Summary
 MuleEvent execute(MessageProcessor messageProcessor, MuleEvent event)
           
 

Method Detail

execute

MuleEvent execute(MessageProcessor messageProcessor,
                  MuleEvent event)
                  throws MessagingException
Throws:
MessagingException


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