org.mule.processor
Class NullMessageProcessor

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

public class NullMessageProcessor
extends Object
implements MessageProcessorChain


Constructor Summary
NullMessageProcessor()
           
 
Method Summary
 List<MessageProcessor> getMessageProcessors()
           
 String getName()
           
 Policies getPolicies()
           
 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()
Specified by:
getName in interface MessageProcessorChain

getPolicies

public Policies getPolicies()
Specified by:
getPolicies in interface MessageProcessorChain


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