org.jboss.wsf.spi.http
Interface HttpContext

All Superinterfaces:
Extensible

public interface HttpContext
extends Extensible

An abstract HTTP Context

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

Method Summary
 java.lang.String getContextRoot()
           
 HttpServer getHttpServer()
           
 
Methods inherited from interface org.jboss.wsf.spi.deployment.Extensible
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setProperty
 

Method Detail

getHttpServer

HttpServer getHttpServer()

getContextRoot

java.lang.String getContextRoot()


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