Class HttpContext

java.lang.Object
jakarta.xml.ws.spi.http.HttpContext

public abstract class HttpContext extends Object
HttpContext represents a mapping between the root URI path of a web service to a HttpHandler which is invoked to handle requests destined for that path on the associated container.

Container provides the implementation for this and it matches web service requests to corresponding HttpContext objects.

Since:
1.7, JAX-WS 2.2