org.apache.axis2.transport.http
Class AxisServlet.RestRequestProcessor

java.lang.Object
  extended by 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
protected  MessageContext messageContext
           
 
Constructor Summary
AxisServlet.RestRequestProcessor(String httpMethodString, HttpServletRequest request, HttpServletResponse response)
           
 
Method Summary
 void processURLRequest()
           
 void processXMLRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageContext

protected MessageContext messageContext
Constructor Detail

AxisServlet.RestRequestProcessor

public AxisServlet.RestRequestProcessor(String httpMethodString,
                                        HttpServletRequest request,
                                        HttpServletResponse response)
                                 throws IOException
Throws:
IOException
Method Detail

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.