Class AxisServlet.RestRequestProcessor

  • Enclosing class:
    AxisServlet

    protected class AxisServlet.RestRequestProcessor
    extends Object
    Ues in processing REST related Requests. This is the helper Class use in processing of doGet, doPut , doDelete and doPost.
    • Constructor Detail

      • RestRequestProcessor

        public RestRequestProcessor​(String httpMethodString,
                                    javax.servlet.http.HttpServletRequest request,
                                    javax.servlet.http.HttpServletResponse response)
                             throws IOException
        Throws:
        IOException
    • Method Detail

      • processXMLRequest

        public void processXMLRequest()
                               throws IOException,
                                      javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException
      • processURLRequest

        public void processURLRequest()
                               throws IOException,
                                      javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException