Class AxisServlet.RestRequestProcessor

java.lang.Object
org.apache.axis2.transport.http.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.
  • Field Details

    • messageContext

      protected org.apache.axis2.context.MessageContext messageContext
  • Constructor Details

    • RestRequestProcessor

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

    • processXMLRequest

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

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