org.mule.service.processor
Class ServiceOutboundStatisticsMessageProcessor

java.lang.Object
  extended by org.mule.service.processor.ServiceOutboundStatisticsMessageProcessor
All Implemented Interfaces:
MessageProcessor

public class ServiceOutboundStatisticsMessageProcessor
extends Object
implements MessageProcessor


Field Summary
protected  Service service
           
 
Constructor Summary
ServiceOutboundStatisticsMessageProcessor(Service service)
           
 
Method Summary
 MuleEvent process(MuleEvent event)
          Invokes the MessageProcessor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

protected Service service
Constructor Detail

ServiceOutboundStatisticsMessageProcessor

public ServiceOutboundStatisticsMessageProcessor(Service service)
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


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