uk.org.ogsadai.dataresource
Interface XMLDBMetaDataExtractor
- All Known Implementing Classes:
- SimpleXMLDBMetaDataExtractor
- public interface XMLDBMetaDataExtractor
This is an interface intended to be implemented by classes
that extract meta data from XMLDB data resources. It allows
the meta data extractor class to be given access to the resource
via an OGSA-DAI XMLDB collection provider.
- Author:
- The OGSA-DAI Project Team.
setCollectionProvider
public void setCollectionProvider(XMLDBCollectionProvider collectionProvider)
- Sets the collection provider need to allow the meta data
extractor to access the XMLDB collection.
- Parameters:
collectionProvider
- The XMLDB collection provider.