Uses of Interface
org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactory
Packages that use ActionSaxHandlerFactory
Package
Description
This package contains the classes for reading the mergepoint mappings for
the Torque generator units of generation.
-
Uses of ActionSaxHandlerFactory in org.apache.torque.generator.configuration.mergepoint
Classes in org.apache.torque.generator.configuration.mergepoint that implement ActionSaxHandlerFactoryModifier and TypeClassDescriptionclassA Factory which creates a SAX handler for an ApplyAction.classA Factory which creates a SAX handler for an OptionAction.classA Factory which creates a SAX handler for an OutputAction.classA Factory which creates a SAX handler for a SourceElementAttributeAction.classA Factory which creates a SAX handler for a TraverseAllAction.Methods in org.apache.torque.generator.configuration.mergepoint that return ActionSaxHandlerFactoryModifier and TypeMethodDescriptionActionSaxHandlerFactories.getActionSaxHandlerFactory(String type) Returns the ActionSaxHandlerFactory associated with the given type.Methods in org.apache.torque.generator.configuration.mergepoint with parameters of type ActionSaxHandlerFactoryModifier and TypeMethodDescriptionvoidActionSaxHandlerFactories.register(ActionSaxHandlerFactory factory) Registers a handler for a new action type.