Uses of Interface
org.apache.torque.generator.configuration.outlet.UntypedOutletSaxHandlerFactory
-
Packages that use UntypedOutletSaxHandlerFactory Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
ReflectionOutletSaxHandlerFactory
Creates outlet SAX handlers using reflection and a naming convention.
-