Uses of Interface
org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactory
-
Packages that use ActionSaxHandlerFactory Package Description org.apache.torque.generator.configuration.mergepoint 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 ActionSaxHandlerFactory Modifier and Type Class Description class
ApplyActionSaxHandlerFactory
A Factory which creates a SAX handler for an ApplyAction.class
OptionActionSaxHandlerFactory
A Factory which creates a SAX handler for an OptionAction.class
OutputActionSaxHandlerFactory
A Factory which creates a SAX handler for an OutputAction.class
SourceElementAttributeActionSaxHandlerFactory
A Factory which creates a SAX handler for a SourceElementAttributeAction.class
TraverseAllActionSaxHandlerFactory
A Factory which creates a SAX handler for a TraverseAllAction.Methods in org.apache.torque.generator.configuration.mergepoint that return ActionSaxHandlerFactory Modifier and Type Method Description ActionSaxHandlerFactory
ActionSaxHandlerFactories. getActionSaxHandlerFactory(String type)
Returns the ActionSaxHandlerFactory associated with the given type.Methods in org.apache.torque.generator.configuration.mergepoint with parameters of type ActionSaxHandlerFactory Modifier and Type Method Description void
ActionSaxHandlerFactories. register(ActionSaxHandlerFactory factory)
Registers a handler for a new action type.
-