org.jboss.wsf.spi.http
Class HttpServerFactory

java.lang.Object
  extended by org.jboss.wsf.spi.http.HttpServerFactory
All Implemented Interfaces:
SPIView

public abstract class HttpServerFactory
extends java.lang.Object
implements SPIView

A factory for an abstract HTTP server

Since:
07-Jul-2006
Author:
Thomas.Diesler@jboss.org

Constructor Summary
HttpServerFactory()
           
 
Method Summary
abstract  HttpServer getHttpServer()
           
 
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

getHttpServer

public abstract HttpServer getHttpServer()


Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.