public class JdbcMetadataSourceSaxHandlerFactory extends Object implements SourceSaxHandlerFactory
| Constructor and Description | 
|---|
| JdbcMetadataSourceSaxHandlerFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| SourceSaxHandler | getSourceSaxHandler(ConfigurationProvider configurationProvider,
                   UnitDescriptor unitDescriptor,
                   ConfigurationHandlers configurationHandlers)Returns a JdbcMetadataSourceSaxHandler for reading the configuration of
 JDBC metadata sources. | 
| String | getType()Returns the source type which can be handled by the
 JdbcMetadataSourceSaxHandler created by this factory. | 
public String getType()
getType in interface SourceSaxHandlerFactorypublic final SourceSaxHandler getSourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers)
getSourceSaxHandler in interface SourceSaxHandlerFactoryconfigurationProvider - The access object for the configuration
        files, not null.unitDescriptor - The description of the generation unit, not null.configurationHandlers - All known configuration handlers, not null.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.