See: Description
| Interface | Description | 
|---|---|
| SourceSaxHandlerFactory | Classes implementing this interface are responsible for creating
  SourceSaxHandlers for a specific source type. | 
| Class | Description | 
|---|---|
| ConfigurableClassSaxHandler<T> | Reads a configurable class from the controller configuration file. | 
| EntityReferences | Resolves system Ids for schema files to the schema file content. | 
| EntityReferenceSaxHandler | Reads an entity reference from the controller configuration file. | 
| FileSourceSaxHandler | Reads file source definitions from the controller configuration file. | 
| FileSourceSaxHandlerFactory | A Factory which creates a SAX handler for file sources. | 
| JdbcMetadataSourceSaxHandler | Reads jdbc metadata source definitions from the controller configuration
 file. | 
| JdbcMetadataSourceSaxHandlerFactory | A Factory which creates a SAX handler for sources from JDBC Metadata. | 
| SourceConfigurationTags | Contains tag and attribute names for the Source configuration. | 
| SourceSaxHandler | A base class for reading source definitions from the controller
 configuration file. | 
| SourceSaxHandlerFactories | A registry of SourceSaxHandlerFactories. | 
This package provides SAXhandlers for reading the source configuration snippets in the control file.
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.