|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.components.simple.LogComponent
org.mule.components.simple.EchoComponent
EchoComponent
will log the message and return the payload back
as the result
Constructor Summary | |
EchoComponent()
|
Method Summary | |
java.lang.String |
echo(java.lang.String echo)
|
java.lang.Object |
onCall(UMOEventContext context)
Passes the event to the listener |
Methods inherited from class org.mule.components.simple.LogComponent |
log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EchoComponent()
Method Detail |
public java.lang.Object onCall(UMOEventContext context) throws java.lang.Exception
Callable
onCall
in interface Callable
onCall
in class LogComponent
java.lang.Exception
public java.lang.String echo(java.lang.String echo)
echo
in interface EchoService
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |