public interface ActionFactory
ObjectFactory to build actions| Modifier and Type | Method and Description | 
|---|---|
| Object | buildAction(String actionName,
           String namespace,
           ActionConfig config,
           Map<String,Object> extraContext)Builds action instance | 
Object buildAction(String actionName, String namespace, ActionConfig config, Map<String,Object> extraContext) throws Exception
actionName - name of the actionnamespace - namespace for the actionconfig - action configextraContext - extra context mapException - in case of any errorsCopyright © 2000–2025 Apache Software Foundation. All rights reserved.