uk.co.lothianproductions.httpd.listener
Class RequestListenerXMLPluginConfig

java.lang.Object
  extended byuk.co.lothianproductions.httpd.config.XMLPluginConfig
      extended byuk.co.lothianproductions.httpd.listener.RequestListenerXMLPluginConfig

public class RequestListenerXMLPluginConfig
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
RequestListenerXMLPluginConfig(org.w3c.dom.Node node, PluginBroker broker)
           
 
Method Summary
 RequestListener 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

RequestListenerXMLPluginConfig

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

spawn

public RequestListener spawn()
                      throws ConfigException
Throws:
ConfigException