public class XMLDataChannelDescriptorLoader extends Object implements DataChannelDescriptorLoader
| Modifier and Type | Field and Description | 
|---|---|
| protected DataMapLoader | dataMapLoader | 
| protected ConfigurationNameMapper | nameMapper | 
| protected AdhocObjectFactory | objectFactory | 
| Constructor and Description | 
|---|
| XMLDataChannelDescriptorLoader() | 
| Modifier and Type | Method and Description | 
|---|---|
| ConfigurationTree<DataChannelDescriptor> | load(Resource configurationResource)Loads a DataChannelDescriptor from some configuration resource, usually an XML file
 found on classpath. | 
protected DataMapLoader dataMapLoader
protected ConfigurationNameMapper nameMapper
protected AdhocObjectFactory objectFactory
public ConfigurationTree<DataChannelDescriptor> load(Resource configurationResource) throws ConfigurationException
DataChannelDescriptorLoaderload in interface DataChannelDescriptorLoaderConfigurationExceptionCopyright © 2001–2023 Apache Cayenne. All rights reserved.