com.ibm.portal.resolver.data
Interface DataSourceFactory
- All Known Subinterfaces:
- CachedDataSourceFactory<T>, DataSourceFactoryEx, ResourceDataSourceFactory
- All Known Implementing Classes:
- AbstractDataSouceFactory
-
public interface DataSourceFactory
Tagging interface for data source factory. Instances of the
data source factories are registered in the Content Operations Registry (COR) as services
with particular content locations. Data sources are instantiated via a typed
data source factories, see the subclasses of this interface for more details.
- Since:
- 6.1.0
- Note:
This interface is designed to be implemented by clients. |