org.apache.axis2.transport.http
Class AxisServlet.ProcessRESTRequest
java.lang.Object
org.apache.axis2.transport.http.AxisServlet.ProcessRESTRequest
- Enclosing class:
- AxisServlet
- public class AxisServlet.ProcessRESTRequest
- extends java.lang.Object
Ues in processing REST related Requests.
This is the helper Class use in processing of doGet, doPut , doDelete and doPost.
Constructor Summary |
AxisServlet.ProcessRESTRequest(java.lang.String httpMethodString,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisServlet.ProcessRESTRequest
public AxisServlet.ProcessRESTRequest(java.lang.String httpMethodString,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
processXMLRequest
public void processXMLRequest()
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
processURLRequest
public void processURLRequest()
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.