Package org.apache.axis2.transport.http
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 Summary
Fields Modifier and Type Field Description protected MessageContext
messageContext
-
Constructor Summary
Constructors Constructor Description RestRequestProcessor(String httpMethodString, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processURLRequest()
void
processXMLRequest()
-
-
-
Field Detail
-
messageContext
protected MessageContext messageContext
-
-
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
-
-