public interface SourceSaxHandlerFactory
SourceSaxHandlers for a specific source type.| Modifier and Type | Method and Description | 
|---|---|
| SourceSaxHandler | getSourceSaxHandler(ConfigurationProvider configurationProvider,
                   UnitDescriptor unitDescriptor,
                   ConfigurationHandlers configurationHandlers)Returns a SourceSaxHandler for reading the configuration of
 sources. | 
| String | getType()Returns the source type handled by the SourceSaxHandlers which are
 created by this factory. | 
String getType()
SourceSaxHandler getSourceSaxHandler(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) throws SAXException
configurationProvider - The access object for the configuration
        files, not null.unitDescriptor - The description of the generation unit, not null.configurationHandlers - the available configuration handlers,
        not null.SAXException - if the SAX Handler for the sources can
         not be created from the given XML element.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.