Class XMLDataChannelDescriptorLoader
java.lang.Object
org.apache.cayenne.configuration.xml.XMLDataChannelDescriptorLoader
- All Implemented Interfaces:
DataChannelDescriptorLoader
- Since:
- 3.1, 4.1 moved from org.apache.cayenne.configuration package
-
Field Summary
Modifier and TypeFieldDescriptionprotected DataMapLoader
protected HandlerFactory
protected ConfigurationNameMapper
protected AdhocObjectFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionLoads a DataChannelDescriptor from some configuration resource, usually an XML file found on classpath.
-
Field Details
-
Constructor Details
-
Method Details
-
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 interfaceDataChannelDescriptorLoader
- Throws:
ConfigurationException
-