org.apache.axis2.transport.http.util
Class RESTUtil
java.lang.Object
org.apache.axis2.transport.http.util.RESTUtil
- public class RESTUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configurationContext
protected ConfigurationContext configurationContext
RESTUtil
public RESTUtil(ConfigurationContext configurationContext)
processPostRequest
public boolean processPostRequest(MessageContext msgContext,
HttpServletRequest request,
HttpServletResponse response)
throws AxisFault
- Throws:
AxisFault
processGetRequest
public boolean processGetRequest(MessageContext msgContext,
HttpServletRequest request,
HttpServletResponse response)
throws AxisFault
- Throws:
AxisFault