Interface DataSourceFactory
- All Known Implementing Classes:
- DelegatingDataSourceFactory,- JNDIDataSourceFactory,- PropertyDataSourceFactory,- XMLPoolingDataSourceFactory
public interface DataSourceFactory
- Since:
- 3.1
- 
Method SummaryModifier and Type Method Description DataSourcegetDataSource(DataNodeDescriptor nodeDescriptor)Returns DataSource object based on the configuration provided in the "nodeDescriptor".
- 
Method Details- 
getDataSourceReturns DataSource object based on the configuration provided in the "nodeDescriptor".- Throws:
- Exception
 
 
-