Class EndpointAdapter

java.lang.Object
com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapter

public final class EndpointAdapter extends Object
Author:
Jitendra Kotamraju
  • Constructor Details

    • EndpointAdapter

      public EndpointAdapter(jakarta.xml.ws.Endpoint endpoint, String urlPattern)
  • Method Details

    • getEndpoint

      public jakarta.xml.ws.Endpoint getEndpoint()
    • getContext

      public jakarta.xml.ws.spi.http.HttpContext getContext()
    • publish

      public void publish()
    • dispose

      public void dispose()
    • getUrlPattern

      public String getUrlPattern()
    • handle

      public void handle(jakarta.servlet.ServletContext context, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException
    • getValidPath

      public String getValidPath()
      Returns the "/abc/def/ghi" portion if the URL pattern is "/abc/def/ghi/*".