Uses of Interface
org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactory

Packages that use ActionSaxHandlerFactory
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
 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
 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
 void ActionSaxHandlerFactories.register(ActionSaxHandlerFactory factory)
          Registers a handler for a new action type.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.