public class OutletConfigurationXmlParser extends Object
Constructor and Description |
---|
OutletConfigurationXmlParser() |
Modifier and Type | Method and Description |
---|---|
OutletConfiguration |
readOutletConfiguration(ConfigurationProvider configurationProvider,
ConfigurationHandlers configurationHandlers,
UnitDescriptor unitDescriptor)
Reads all outlet configuration files and creates the outlet
configuration from them.
|
public OutletConfiguration readOutletConfiguration(ConfigurationProvider configurationProvider, ConfigurationHandlers configurationHandlers, UnitDescriptor unitDescriptor) throws ConfigurationException
configurationProvider
- The access object for the configuration
files, not null.configurationHandlers
- the handlers for reading the configuration,
not null.unitDescriptor
- the unit descriptor, not null.ConfigurationException
- if the Configuration cannot be read
or errors exists in the outlet configuration files.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.