public class NullMessageProcessor extends Object implements MessageProcessorChain
| Constructor and Description |
|---|
NullMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
List<MessageProcessor> |
getMessageProcessors() |
String |
getName()
Gets the name of the object
|
MuleEvent |
process(MuleEvent event)
Invokes the MessageProcessor.
|
String |
toString() |
public MuleEvent process(MuleEvent event) throws MuleException
MessageProcessorprocess in interface MessageProcessorevent - MuleEvent to be processedMuleExceptionpublic List<MessageProcessor> getMessageProcessors()
getMessageProcessors in interface MessageProcessorChainpublic String getName()
NamedObjectgetName in interface NamedObjectCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.