Uses of Class
jakarta.xml.ws.spi.http.HttpContext
Package
Description
This package contains the core Jakarta XML Web Services APIs.
Provides HTTP SPI that is used for portable deployment of Jakarta XML Web Services
in containers (for example servlet containers).
-
Uses of HttpContext in jakarta.xml.ws
Modifier and TypeMethodDescriptionvoid
Endpoint.publish
(HttpContext serverContext) Publishes this endpoint at the provided server context. -
Uses of HttpContext in jakarta.xml.ws.spi.http
Modifier and TypeMethodDescriptionabstract HttpContext
HttpExchange.getHttpContext()
Returns aHttpContext
for this exchange.