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 java.lang.Object
Ues in processing REST related Requests.
This is the helper Class use in processing of doGet, doPut , doDelete and doPost.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisServlet.RestRequestProcessor
public AxisServlet.RestRequestProcessor(java.lang.String httpMethodString,
HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException
- Throws:
java.io.IOException
processXMLRequest
public void processXMLRequest()
throws java.io.IOException,
ServletException
- Throws:
java.io.IOException
ServletException
processURLRequest
public void processURLRequest()
throws java.io.IOException,
ServletException
- Throws:
java.io.IOException
ServletException
Copyright © 2007 Apache Web Services Project. All Rights Reserved.