Class DefaultHandlerFactory

java.lang.Object
com.aquima.interactions.framework.handler.DefaultHandlerFactory
All Implemented Interfaces:
IActionHandlerFactory

public class DefaultHandlerFactory extends Object implements 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 Details

    • DefaultHandlerFactory

      public DefaultHandlerFactory()
  • Method Details

    • getHandler

      public IActionHandler getHandler(String name)
      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 interface IActionHandlerFactory
      Parameters:
      name - The name of the action handler that is requested.
      Returns:
      The action handler implementation for the specified name.
    • toString

      public String toString()
      Overrides:
      toString in class Object