Uses of Class
jakarta.xml.ws.spi.http.HttpContext
-
Packages that use HttpContext Package Description jakarta.xml.ws This package contains the core Jakarta XML Web Services APIs.jakarta.xml.ws.spi.http 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
Methods in jakarta.xml.ws with parameters of type HttpContext Modifier and Type Method Description void
Endpoint. publish(HttpContext serverContext)
Publishes this endpoint at the provided server context. -
Uses of HttpContext in jakarta.xml.ws.spi.http
Methods in jakarta.xml.ws.spi.http that return HttpContext Modifier and Type Method Description abstract HttpContext
HttpExchange. getHttpContext()
Returns aHttpContext
for this exchange.
-