Package org.apache.cayenne.configuration
Interface DataChannelDescriptorLoader
- All Known Implementing Classes:
- XMLDataChannelDescriptorLoader
public interface DataChannelDescriptorLoader
An object that can load a named 
DataChannelDescriptor from some configuration
 source.- Since:
- 3.1
- 
Method SummaryModifier and Type Method Description ConfigurationTree<DataChannelDescriptor>load(Resource configurationResource)Loads a DataChannelDescriptor from some configuration resource, usually an XML file found on classpath.
- 
Method Details- 
loadConfigurationTree<DataChannelDescriptor> load(Resource configurationResource) throws ConfigurationExceptionLoads a DataChannelDescriptor from some configuration resource, usually an XML file found on classpath.- Throws:
- ConfigurationException
 
 
-