org.mule.tck.testmodels.mule
Class TestMessageProcessor
java.lang.Object
org.mule.tck.testmodels.mule.TestMessageProcessor
- All Implemented Interfaces:
- NamedObject, MessageProcessor
public class TestMessageProcessor
- extends Object
- implements MessageProcessor, NamedObject
TestMessageProcessor
public TestMessageProcessor()
TestMessageProcessor
public TestMessageProcessor(String label)
process
public MuleEvent process(MuleEvent event)
throws MuleException
- Specified by:
process
in interface MessageProcessor
- Throws:
MuleException
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
setName
public void setName(String name)
- Specified by:
setName
in interface NamedObject
getName
public String getName()
- Specified by:
getName
in interface NamedObject
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.