Class EndpointHttpContext

java.lang.Object
jakarta.xml.ws.spi.http.HttpContext
com.sun.xml.ws.transport.httpspi.servlet.EndpointHttpContext

public final class EndpointHttpContext extends jakarta.xml.ws.spi.http.HttpContext
Author:
Jitendra Kotamraju
  • Constructor Details

    • EndpointHttpContext

      public EndpointHttpContext(String urlPattern)
  • Method Details

    • 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