Class EndpointAdapter


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

      • EndpointAdapter

        public EndpointAdapter​(javax.xml.ws.Endpoint endpoint,
                               String urlPattern)
    • Method Detail

      • getEndpoint

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

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

        public void publish()
      • dispose

        public void dispose()
      • getUrlPattern

        public String getUrlPattern()
      • handle

        public void handle​(javax.servlet.ServletContext context,
                           javax.servlet.http.HttpServletRequest request,
                           javax.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/*".