org.mule.service.processor
Class ServiceStatisticsMessageProcessor

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

Deprecated.

@Deprecated
public class ServiceStatisticsMessageProcessor
extends Object
implements MessageProcessor


Field Summary
protected  Service service
          Deprecated.  
 
Constructor Summary
ServiceStatisticsMessageProcessor(Service service)
          Deprecated.  
 
Method Summary
 MuleEvent process(MuleEvent event)
          Deprecated. 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
Deprecated. 
Constructor Detail

ServiceStatisticsMessageProcessor

public ServiceStatisticsMessageProcessor(Service service)
Deprecated. 
Method Detail

process

public MuleEvent process(MuleEvent event)
                  throws MuleException
Deprecated. 
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-2014 MuleSoft, Inc.. All Rights Reserved.