uk.co.lothianproductions.httpd.document
Class DocumentSourceXMLPluginConfig

java.lang.Object
  extended byuk.co.lothianproductions.httpd.config.XMLPluginConfig
      extended byuk.co.lothianproductions.httpd.document.DocumentSourceXMLPluginConfig

public class DocumentSourceXMLPluginConfig
extends XMLPluginConfig

Version:
$Revision: 1.4 $, $Date: 2003/12/15 20:43:03 $
Author:
Aidan Fitzpatrick

Field Summary
 
Fields inherited from class uk.co.lothianproductions.httpd.config.XMLPluginConfig
CLASSPATH_TAG, mClassPath, mPluginBroker, mProperties, PROPERTY_NAME_TAG, PROPERTY_TAG, PROPERTY_VALUE_TAG
 
Constructor Summary
DocumentSourceXMLPluginConfig(org.w3c.dom.Node node, PluginBroker broker)
           
 
Method Summary
 DocumentSource spawn()
           
 
Methods inherited from class uk.co.lothianproductions.httpd.config.XMLPluginConfig
getPluginBroker, getProperty, getSubproperties, parseDOM, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentSourceXMLPluginConfig

public DocumentSourceXMLPluginConfig(org.w3c.dom.Node node,
                                     PluginBroker broker)
Method Detail

spawn

public DocumentSource spawn()
                     throws ConfigException
Throws:
ConfigException