Uses of Interface
org.jboss.wsf.spi.http.HttpContext

Packages that use HttpContext
org.jboss.wsf.spi.http   
 

Uses of HttpContext in org.jboss.wsf.spi.http
 

Methods in org.jboss.wsf.spi.http that return HttpContext
 HttpContext HttpServer.createContext(java.lang.String string)
          Create an HTTP context
abstract  HttpContext HttpContextFactory.newHttpContext(HttpServer server, java.lang.String contextRoot)
           
 

Methods in org.jboss.wsf.spi.http with parameters of type HttpContext
 void HttpServer.destroy(HttpContext context, javax.xml.ws.Endpoint endpoint)
          Destroys an JAXWS endpoint on the HTTP server
 void HttpServer.publish(HttpContext context, javax.xml.ws.Endpoint endpoint)
          Publish an JAXWS endpoint to the HTTP server
 



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