net.sf.zekr.engine.server
Class HttpServerFactory

java.lang.Object
  extended by net.sf.zekr.engine.server.HttpServerFactory

public class HttpServerFactory
extends java.lang.Object

An http server should be created through HttpServerFactory, not HttpServer abstract class.

Author:
Mohsen Saboorian

Constructor Summary
HttpServerFactory()
           
 
Method Summary
static HttpServer createHttpServer(org.apache.commons.configuration.PropertiesConfiguration props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServerFactory

public HttpServerFactory()
Method Detail

createHttpServer

public static HttpServer createHttpServer(org.apache.commons.configuration.PropertiesConfiguration props)