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 java.lang.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(java.lang.String httpMethodString, javax.servlet.http.HttpServletRequest request, javax.servlet.http.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(java.lang.String httpMethodString,
                                        javax.servlet.http.HttpServletRequest request,
                                        javax.servlet.http.HttpServletResponse response)
                                 throws java.io.IOException
Throws:
java.io.IOException
Method Detail

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.