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.
Constructor Summary |
AxisServlet.RestRequestProcessor(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 |
messageContext
protected MessageContext messageContext
AxisServlet.RestRequestProcessor
public AxisServlet.RestRequestProcessor(java.lang.String httpMethodString,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
- 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 © 2007 Apache Web Services Project. All Rights Reserved.