Package de.intarsys.tools.functor
Class EchoFunctor
java.lang.Object
de.intarsys.tools.functor.CommonFunctor
de.intarsys.tools.functor.EchoFunctor
- All Implemented Interfaces:
IFunctor
Echo the incoming arguments.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperform
(IFunctorCall call) Perform the encapsulated business logic in the context defined in "call".
-
Constructor Details
-
EchoFunctor
public EchoFunctor()
-
-
Method Details
-
perform
Description copied from interface:IFunctor
Perform the encapsulated business logic in the context defined in "call".- Parameters:
call
- The call context- Returns:
- The behavior execution result.
- Throws:
FunctorInvocationException
- An exception that raised while executing the business logic will be wrapped in a FunctorInvocationException.
-