Class DefaultHandlerFactory
java.lang.Object
com.aquima.interactions.framework.handler.DefaultHandlerFactory
- All Implemented Interfaces:
IActionHandlerFactory
The default action handler factory that provides implementations for the handlers that come bundled with the Aquima
runtime.
- Since:
- 6.0
- Author:
- O. Kerpershoek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHandler
(String name) This method returns the action handler implementation for the specified action handler name.toString()
-
Constructor Details
-
Method Details
-
getHandler
Description copied from interface:IActionHandlerFactory
This method returns the action handler implementation for the specified action handler name. When no handler is available for the specified name, this method should throw an exception.- Specified by:
getHandler
in interfaceIActionHandlerFactory
- Parameters:
name
- The name of the action handler that is requested.- Returns:
- The action handler implementation for the specified name.
-
toString
-