org.mule.processor
Class NullMessageProcessor

java.lang.Object
  extended by org.mule.processor.NullMessageProcessor
All Implemented Interfaces:
NamedObject, MessageProcessor, MessageProcessorChain

public class NullMessageProcessor
extends Object
implements MessageProcessorChain


Constructor Summary
NullMessageProcessor()
           
 
Method Summary
 List<MessageProcessor> getMessageProcessors()
           
 String getName()
          Gets the name of the object
 MuleEvent process(MuleEvent event)
          Invokes the MessageProcessor.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullMessageProcessor

public NullMessageProcessor()
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

toString

public String toString()
Overrides:
toString in class Object

getMessageProcessors

public List<MessageProcessor> getMessageProcessors()
Specified by:
getMessageProcessors in interface MessageProcessorChain

getName

public String getName()
Description copied from interface: NamedObject
Gets the name of the object

Specified by:
getName in interface NamedObject
Returns:
the name of the object


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