Package org.apache.axis2.transport.http
Class AxisServlet.RestRequestProcessor
java.lang.Object
org.apache.axis2.transport.http.AxisServlet.RestRequestProcessor
- Enclosing class:
- AxisServlet
Ues in processing REST related Requests.
This is the helper Class use in processing of doGet, doPut , doDelete and doPost.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.axis2.context.MessageContext -
Constructor Summary
ConstructorsConstructorDescriptionRestRequestProcessor(String httpMethodString, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) -
Method Summary
-
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
- Throws:
IOExceptionjakarta.servlet.ServletException
-
processURLRequest
- Throws:
IOExceptionjakarta.servlet.ServletException
-