public class ExecuteClientCallsAction extends ServiceableAction implements ThreadSafe
Callable.managerEMPTY_MAP| Constructor and Description |
|---|
ExecuteClientCallsAction() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
_executeMethod(Method method,
Object object,
Object[] paramValues)
Execute the method set in the client call
|
Map |
act(Redirector redirector,
SourceResolver resolver,
Map objectModel,
String source,
Parameters parameters) |
serviceenableLogging, getLogger, setupLogger, setupLogger, setupLoggerpublic ExecuteClientCallsAction()
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
protected Object _executeMethod(Method method, Object object, Object[] paramValues) throws Exception
method - The methodobject - The object which has the methodparamValues - The method parametersException - If an error occurred