Uses of Class
jakarta.xml.ws.spi.http.HttpHandler
-
Packages that use HttpHandler Package Description 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 HttpHandler in jakarta.xml.ws.spi.http
Fields in jakarta.xml.ws.spi.http declared as HttpHandler Modifier and Type Field Description protected HttpHandler
HttpContext. handler
The handler to set for this context.Methods in jakarta.xml.ws.spi.http with parameters of type HttpHandler Modifier and Type Method Description void
HttpContext. setHandler(HttpHandler handler)
Jakarta XML Web Services runtime sets its handler duringEndpoint.publish(HttpContext)
to handle HTTP requests for this context.
-