Package org.jboss.ws.undertow_httpspi
Class UndertowHttpContext
java.lang.Object
jakarta.xml.ws.spi.http.HttpContext
org.jboss.ws.undertow_httpspi.UndertowHttpContext
public class UndertowHttpContext
extends jakarta.xml.ws.spi.http.HttpContext
- Author:
- Jim Ma
-
Field Summary
Fields inherited from class jakarta.xml.ws.spi.http.HttpContext
handler -
Constructor Summary
ConstructorsConstructorDescriptionUndertowHttpContext(io.undertow.server.handlers.PathHandler pathHandler, String contextPath, String path) -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) getPath()voidsetHandler(jakarta.xml.ws.spi.http.HttpHandler handler)
-
Constructor Details
-
UndertowHttpContext
-
-
Method Details
-
setHandler
public void setHandler(jakarta.xml.ws.spi.http.HttpHandler handler) - Overrides:
setHandlerin classjakarta.xml.ws.spi.http.HttpContext
-
getPath
- Specified by:
getPathin classjakarta.xml.ws.spi.http.HttpContext
-
getAttribute
- Specified by:
getAttributein classjakarta.xml.ws.spi.http.HttpContext
-
getAttributeNames
- Specified by:
getAttributeNamesin classjakarta.xml.ws.spi.http.HttpContext
-