uk.co.lothianproductions.httpd.document
Interface DocumentSource

All Known Implementing Classes:
EmptyDocumentSource, FilesystemDocumentSource, HTTPDocumentSource, PropertiesDocumentSource, ResourceDocumentSource

public interface DocumentSource

The DocumentSource interface describes how the document lookup mechanism should be implemented.

Version:
$Revision: 1.4 $, $Date: 2003/12/15 20:45:35 $
Author:
Aidan Fitzpatrick

Method Summary
 Document getDocument(char[] identifier)
           
 

Method Detail

getDocument

public Document getDocument(char[] identifier)
                     throws ConfigException,
                            DocumentNotFoundException,
                            DocumentTimeoutException,
                            DocumentRetrievalException
Throws:
ConfigException
DocumentNotFoundException
DocumentTimeoutException
DocumentRetrievalException