org.mule.construct.processor
Class FlowConstructStatisticsMessageProcessor

java.lang.Object
  extended by org.mule.construct.processor.FlowConstructStatisticsMessageProcessor
All Implemented Interfaces:
FlowConstructAware, MessageProcessor

public class FlowConstructStatisticsMessageProcessor
extends Object
implements MessageProcessor, FlowConstructAware


Field Summary
protected  FlowConstruct flowConstruct
           
 
Constructor Summary
FlowConstructStatisticsMessageProcessor()
           
 
Method Summary
 MuleEvent process(MuleEvent event)
          Invokes the MessageProcessor.
 void setFlowConstruct(FlowConstruct flowConstruct)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

flowConstruct

protected FlowConstruct flowConstruct
Constructor Detail

FlowConstructStatisticsMessageProcessor

public FlowConstructStatisticsMessageProcessor()
Method Detail

process

public MuleEvent process(MuleEvent event)
                  throws MuleException
Description copied from interface: MessageProcessor
Invokes the MessageProcessor.

Specified by:
process in interface MessageProcessor
Parameters:
event - MuleEvent to be processed
Returns:
optional response MuleEvent
Throws:
MuleException

setFlowConstruct

public void setFlowConstruct(FlowConstruct flowConstruct)
Specified by:
setFlowConstruct in interface FlowConstructAware

toString

public String toString()
Overrides:
toString in class Object


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