Uses of Class
org.apache.torque.generator.configuration.source.SourceSaxHandler

Packages that use SourceSaxHandler
org.apache.torque.generator.configuration.source This package provides SAXhandlers for reading the source configuration snippets in the control file. 
 

Uses of SourceSaxHandler in org.apache.torque.generator.configuration.source
 

Subclasses of SourceSaxHandler in org.apache.torque.generator.configuration.source
 class FileSourceSaxHandler
          Reads file source definitions from the controller configuration file.
 class JdbcMetadataSourceSaxHandler
          Reads jdbc metadata source definitions from the controller configuration file.
 

Methods in org.apache.torque.generator.configuration.source that return SourceSaxHandler
 SourceSaxHandler FileSourceSaxHandlerFactory.getSourceSaxHandler(ConfigurationProvider configurationProvider, ProjectPaths projectPaths, ConfigurationHandlers configurationHandlers)
          Returns a FileSourceSaxHandlers for reading the configuration of file sources.
 SourceSaxHandler SourceSaxHandlerFactory.getSourceSaxHandler(ConfigurationProvider configurationProvider, ProjectPaths projectPaths, ConfigurationHandlers configurationHandlers)
          Returns a SourceSaxHandler for reading the configuration of sources.
 SourceSaxHandler JdbcMetadataSourceSaxHandlerFactory.getSourceSaxHandler(ConfigurationProvider configurationProvider, ProjectPaths projectPaths, ConfigurationHandlers configurationHandlers)
          Returns a JdbcMetadataSourceSaxHandler for reading the configuration of JDBC metadata sources.
 



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