org.apache.cayenne.configuration
Class XMLDataChannelDescriptorLoader
java.lang.Object
org.apache.cayenne.configuration.XMLDataChannelDescriptorLoader
- All Implemented Interfaces:
- DataChannelDescriptorLoader
public class XMLDataChannelDescriptorLoader
- extends Object
- implements DataChannelDescriptorLoader
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataMapLoader
protected DataMapLoader dataMapLoader
nameMapper
protected ConfigurationNameMapper nameMapper
XMLDataChannelDescriptorLoader
public XMLDataChannelDescriptorLoader()
load
public ConfigurationTree<DataChannelDescriptor> load(Resource configurationResource)
throws ConfigurationException
- Description copied from interface:
DataChannelDescriptorLoader
- Loads a DataChannelDescriptor from some configuration resource, usually an XML file
found on classpath.
- Specified by:
load
in interface DataChannelDescriptorLoader
- Throws:
ConfigurationException
Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.