uk.co.lothianproductions.httpd.document.impl
Class EmptyDocumentSource

java.lang.Object
  extended byuk.co.lothianproductions.httpd.document.impl.EmptyDocumentSource
All Implemented Interfaces:
DocumentSource

public class EmptyDocumentSource
extends java.lang.Object
implements DocumentSource

This DocumentSource returns 0-byte empty Documents. Its primary use is for testing.

Version:
$Revision: 1.4 $, $Date: 2004/01/02 18:58:45 $
Author:
Aidan Fitzpatrick

Constructor Summary
EmptyDocumentSource(XMLPluginConfig config)
           
 
Method Summary
 Document getDocument(char[] identifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyDocumentSource

public EmptyDocumentSource(XMLPluginConfig config)
Method Detail

getDocument

public Document getDocument(char[] identifier)
Specified by:
getDocument in interface DocumentSource