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
  • Constructor Details

    • UndertowHttpContext

      public UndertowHttpContext(io.undertow.server.handlers.PathHandler pathHandler, String contextPath, String path)
  • Method Details

    • setHandler

      public void setHandler(jakarta.xml.ws.spi.http.HttpHandler handler)
      Overrides:
      setHandler in class jakarta.xml.ws.spi.http.HttpContext
    • getPath

      public String getPath()
      Specified by:
      getPath in class jakarta.xml.ws.spi.http.HttpContext
    • getAttribute

      public Object getAttribute(String name)
      Specified by:
      getAttribute in class jakarta.xml.ws.spi.http.HttpContext
    • getAttributeNames

      public Set<String> getAttributeNames()
      Specified by:
      getAttributeNames in class jakarta.xml.ws.spi.http.HttpContext