Klasse ActionSaxHandlerFactories

java.lang.Object
org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactories

public class ActionSaxHandlerFactories extends Object
A registry of ActionSaxHandlerFactories. $Id: ActionSaxHandlerFactories.java 1917241 2024-04-21 13:29:41Z tv $
  • Konstruktordetails

    • ActionSaxHandlerFactories

      public ActionSaxHandlerFactories()
      Constructor. Registers the default Factories.
  • Methodendetails

    • register

      public void register(ActionSaxHandlerFactory factory) throws ConfigurationException
      Registers a handler for a new action type.
      Parameter:
      factory - the factory which handles the action of the given type.
      Löst aus:
      ConfigurationException - if a factory already exists for the type of the action.
    • getActionSaxHandlerFactory

      public ActionSaxHandlerFactory getActionSaxHandlerFactory(String type)
      Returns the ActionSaxHandlerFactory associated with the given type.
      Parameter:
      type - the type top look for, not null.
      Gibt zurück:
      the ActionSaxHandlerFactory associated with the given type, or null if no ActionSaxHandlerFactory exists for the given type.