Uses of Class
jakarta.xml.ws.spi.http.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 jakarta.xml.ws.spi.http
Modifier and TypeFieldDescriptionprotected HttpHandler
HttpContext.handler
The handler to set for this context.Modifier and TypeMethodDescriptionvoid
HttpContext.setHandler
(HttpHandler handler) Jakarta XML Web Services runtime sets its handler duringEndpoint.publish(HttpContext)
to handle HTTP requests for this context.