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
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
| 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-2006 MuleSource Inc.. All Rights Reserved.