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