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
DataChannelDescriptorLoader
load
in interface DataChannelDescriptorLoader
ConfigurationException
Copyright © 2001–2015 Apache Cayenne. All rights reserved.