uk.co.lothianproductions.httpd.handler
Class RequestHandlerXMLPluginConfig

java.lang.Object
  extended byuk.co.lothianproductions.httpd.config.XMLPluginConfig
      extended byuk.co.lothianproductions.httpd.handler.RequestHandlerXMLPluginConfig

public class RequestHandlerXMLPluginConfig
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
RequestHandlerXMLPluginConfig(org.w3c.dom.Node node, PluginBroker broker)
           
 
Method Summary
 RequestHandler spawn(java.net.Socket server)
           
 
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

RequestHandlerXMLPluginConfig

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

spawn

public RequestHandler spawn(java.net.Socket server)
                     throws ConfigException
Throws:
ConfigException