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 Summary
Modifier and TypeMethodDescriptionLoads a DataChannelDescriptor from some configuration resource, usually an XML file found on classpath.
-
Method Details
-
load
ConfigurationTree<DataChannelDescriptor> load(Resource configurationResource) throws ConfigurationException Loads a DataChannelDescriptor from some configuration resource, usually an XML file found on classpath.- Throws:
ConfigurationException
-