Interface UriBasedDocumentDataProvider

All Superinterfaces:
DocumentDataProvider<UriSource,UriHandle>
All Known Implementing Classes:
UploadSchemeDocumentDataProvider

public interface UriBasedDocumentDataProvider extends DocumentDataProvider<UriSource,UriHandle>
An interface for specialized DocumentDataProviders. A DataProviders that implement this interface reacts to a specific URI scheme (e.g. http, ftp, ...). Per definition, those DataProviders don't use generics as they all rely on UriSource and UriHandle under the hood.