org.ogf.graap.wsag.wsrf.bootstrap
Class Bootstrap.RestRequestProcessor
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messageContext
protected org.apache.axis2.context.MessageContext messageContext
- Message Context
Bootstrap.RestRequestProcessor
public Bootstrap.RestRequestProcessor(String httpMethodString,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
- Parameters:
httpMethodString
- the HTTP methodrequest
- the requestresponse
- the response
- Throws:
IOException
- IOException
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.