org.mule.components.simple
Class EchoComponent
java.lang.Object
org.mule.components.simple.LogComponent
org.mule.components.simple.EchoComponent
- All Implemented Interfaces:
- Callable, EchoService, LogService, UMOEventListener
- public class EchoComponent
- extends LogComponent
- implements EchoService
EchoComponent
will log the message and return the payload back as
the result.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EchoComponent
public EchoComponent()
onCall
public Object onCall(UMOEventContext context)
throws Exception
- Description copied from interface:
Callable
- Passes the event to the listener
- Specified by:
onCall
in interface Callable
- Overrides:
onCall
in class LogComponent
- Throws:
Exception
echo
public String echo(String echo)
- Specified by:
echo
in interface EchoService
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.