Uses of Class
javax.xml.ws.spi.http.HttpHandler
-
Packages that use HttpHandler Package Description javax.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 javax.xml.ws.spi.http
Fields in javax.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 javax.xml.ws.spi.http with parameters of type HttpHandler Modifier and Type Method Description void
HttpContext. setHandler(HttpHandler handler)
JAX-WS runtime sets its handler duringEndpoint.publish(HttpContext)
to handle HTTP requests for this context.
-