public interface IFunctorHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
perform(IFunctor functor,
IFunctorCall call)
Perform the encapsulated business logic for
functor |
Object perform(IFunctor functor, IFunctorCall call) throws FunctorInvocationException
functorfunctor - call - The call contextFunctorInvocationException - An exception that raised while executing the business logic
will be wrapped in a FunctorInvocationException.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.