public class NullFunctor extends CommonFunctor
IFunctor
doing just nothing.Constructor and Description |
---|
NullFunctor() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
perform(IFunctorCall call)
Perform the encapsulated business logic in the context defined in "call".
|
public java.lang.Object perform(IFunctorCall call) throws FunctorInvocationException
IFunctor
call
- The call contextFunctorInvocationException
- An exception that raised while executing the business logic
will be wrapped in a FunctorInvocationException.