Uses of Interface
org.apache.torque.generator.configuration.outlet.UntypedOutletSaxHandlerFactory

Packages that use UntypedOutletSaxHandlerFactory
org.apache.torque.generator.configuration This package contains the classes for configuring the Torque generator. 
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 UntypedOutletSaxHandlerFactory in org.apache.torque.generator.configuration
 

Methods in org.apache.torque.generator.configuration that return types with arguments of type UntypedOutletSaxHandlerFactory
 List<UntypedOutletSaxHandlerFactory> OutletTypes.getUntypedOutletHandlerFactories()
          Returns an unmodifiable list containing all untyped outlet handler factories.
 

Methods in org.apache.torque.generator.configuration with parameters of type UntypedOutletSaxHandlerFactory
 void OutletTypes.registerUntypedOutletHandlerFactory(UntypedOutletSaxHandlerFactory factory)
          Registers a untyped handler.
 

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

Classes in org.apache.torque.generator.configuration.outlet that implement UntypedOutletSaxHandlerFactory
 class ReflectionOutletSaxHandlerFactory
          Creates outlet SAX handlers using reflection and a naming convention.
 



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