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
 ConfigurationTree<DataChannelDescriptor> load(Resource configurationResource)
          Loads a DataChannelDescriptor from some configuration resource, usually an XML file found on classpath.
 

Method Detail

load

ConfigurationTree<DataChannelDescriptor> load(Resource configurationResource)
                                              throws ConfigurationException
Loads a DataChannelDescriptor from some configuration resource, usually an XML file found on classpath.

Throws:
ConfigurationException


Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.