org.ogf.graap.wsag.wsrf.bootstrap
Class Bootstrap.RestRequestProcessor

java.lang.Object
  extended by org.ogf.graap.wsag.wsrf.bootstrap.Bootstrap.RestRequestProcessor
Enclosing class:
Bootstrap

protected class Bootstrap.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  org.apache.axis2.context.MessageContext messageContext
          Message Context
 
Constructor Summary
Bootstrap.RestRequestProcessor(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 org.apache.axis2.context.MessageContext messageContext
Message Context

Constructor Detail

Bootstrap.RestRequestProcessor

public Bootstrap.RestRequestProcessor(String httpMethodString,
                                      javax.servlet.http.HttpServletRequest request,
                                      javax.servlet.http.HttpServletResponse response)
                               throws IOException
Parameters:
httpMethodString - the HTTP method
request - the request
response - the response
Throws:
IOException - IOException
Method Detail

processXMLRequest

public void processXMLRequest()
                       throws IOException,
                              javax.servlet.ServletException
Throws:
IOException - IOException
javax.servlet.ServletException - ServletException

processURLRequest

public void processURLRequest()
                       throws IOException,
                              javax.servlet.ServletException
Throws:
IOException - IOException
javax.servlet.ServletException - ServletException


Copyright © 2008-2012. All Rights Reserved.