org.jboss.wsf.spi.http
Class HttpContextFactory

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

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

A factory for an abstract HTTP Context

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

Constructor Summary
HttpContextFactory()
           
 
Method Summary
abstract  HttpContext newHttpContext(HttpServer server, java.lang.String contextRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpContextFactory

public HttpContextFactory()
Method Detail

newHttpContext

public abstract HttpContext newHttpContext(HttpServer server,
                                           java.lang.String contextRoot)


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