Class ActionSaxHandlerFactories
java.lang.Object
org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactories
A registry of ActionSaxHandlerFactories.
$Id: ActionSaxHandlerFactories.java 1917241 2024-04-21 13:29:41Z tv $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the ActionSaxHandlerFactory associated with the given type.voidregister(ActionSaxHandlerFactory factory) Registers a handler for a new action type.
-
Constructor Details
-
ActionSaxHandlerFactories
public ActionSaxHandlerFactories()Constructor. Registers the default Factories.
-
-
Method Details
-
register
Registers a handler for a new action type.- Parameters:
factory- the factory which handles the action of the given type.- Throws:
ConfigurationException- if a factory already exists for the type of the action.
-
getActionSaxHandlerFactory
Returns the ActionSaxHandlerFactory associated with the given type.- Parameters:
type- the type top look for, not null.- Returns:
- the ActionSaxHandlerFactory associated with the given type, or null if no ActionSaxHandlerFactory exists for the given type.
-