|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.tools.functor.CommonFunctor
de.intarsys.tools.functor.EchoFunctor
public class EchoFunctor
Echo the incoming arguments.
Constructor Summary | |
---|---|
EchoFunctor()
|
Method Summary | |
---|---|
java.lang.Object |
perform(IFunctorCall call)
Perform the encapsulated business logic in the context defined in "call". |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EchoFunctor()
Method Detail |
---|
public java.lang.Object perform(IFunctorCall call) throws FunctorInvocationException
IFunctor
call
- The call context
FunctorInvocationException
- An exception that raised while executing the business logic
will be wrapped in a FunctorInvocationException.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |