Uses of Class
org.apache.torque.generator.configuration.outlet.OutletSaxHandler

Packages that use OutletSaxHandler
org.apache.torque.generator.configuration.outlet This package contains the classes for reading the outlet mappings for torque-generator's units of generation. 
 

Uses of OutletSaxHandler in org.apache.torque.generator.configuration.outlet
 

Methods in org.apache.torque.generator.configuration.outlet that return OutletSaxHandler
 OutletSaxHandler OutletConfigurationSaxHandler.getOutletHandler(QualifiedName outletName, String outletType)
          Returns the correct handler for a outlet tag.
 OutletSaxHandler VelocityOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, ProjectPaths projectPaths, ConfigurationHandlers configurationHandlers)
          Returns a VelocityOutletSaxHandler for reading the configuration of Velocity outlets.
 OutletSaxHandler JavaOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, ProjectPaths projectPaths, ConfigurationHandlers configurationHandlers)
          Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.
 OutletSaxHandler TypedOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, ProjectPaths projectPaths, ConfigurationHandlers configurationHandlers)
          Returns a OutletSaxHandler for reading in the configuration of a outlet.
 OutletSaxHandler CopyOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, ProjectPaths projectPaths, ConfigurationHandlers configurationHandlers)
          Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.
 OutletSaxHandler ReflectionOutletSaxHandlerFactory.getOutletSaxHandler(String outletType, QualifiedName outletName, ConfigurationProvider configurationProvider, ProjectPaths projectPaths, ConfigurationHandlers configurationHandlers)
          Returns a OutletSaxHandler for reading the configuration of the outlet.
 OutletSaxHandler UntypedOutletSaxHandlerFactory.getOutletSaxHandler(String outletType, QualifiedName outletName, ConfigurationProvider configurationProvider, ProjectPaths projectPaths, ConfigurationHandlers configurationHandlers)
          Returns a OutletSaxHandler for reading in the configuration of a outlet.
 



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