public class XMLDataChannelDescriptorLoader extends Object implements DataChannelDescriptorLoader
| Modifier and Type | Field and Description |
|---|---|
protected DataMapLoader |
dataMapLoader |
protected HandlerFactory |
handlerFactory |
protected ConfigurationNameMapper |
nameMapper |
protected AdhocObjectFactory |
objectFactory |
protected Provider<XMLReader> |
xmlReaderProvider |
| 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
protected HandlerFactory handlerFactory
public ConfigurationTree<DataChannelDescriptor> load(Resource configurationResource) throws ConfigurationException
DataChannelDescriptorLoaderload in interface DataChannelDescriptorLoaderConfigurationExceptionCopyright © 2001–2020 Apache Cayenne. All rights reserved.