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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messageContext
protected MessageContext messageContext
AxisServlet.RestRequestProcessor
public AxisServlet.RestRequestProcessor(String httpMethodString,
HttpServletRequest request,
HttpServletResponse response)
throws IOException
- Throws:
IOException
processXMLRequest
public void processXMLRequest()
throws IOException,
ServletException
- Throws:
IOException
ServletException
processURLRequest
public void processURLRequest()
throws IOException,
ServletException
- Throws:
IOException
ServletException
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.