org.wso2.wsas.util
Class HttpGetRequestProcessor

java.lang.Object
  extended byorg.wso2.wsas.util.HttpGetRequestProcessor

public class HttpGetRequestProcessor
extends java.lang.Object


Field Summary
protected  org.apache.axis2.context.ConfigurationContext configurationContext
           
 
Constructor Summary
HttpGetRequestProcessor(org.apache.axis2.context.ConfigurationContext configurationContext)
           
 
Method Summary
 boolean processRequest(org.apache.axis2.context.MessageContext msgContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handle RSS Feeds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configurationContext

protected org.apache.axis2.context.ConfigurationContext configurationContext
Constructor Detail

HttpGetRequestProcessor

public HttpGetRequestProcessor(org.apache.axis2.context.ConfigurationContext configurationContext)
Method Detail

processRequest

public boolean processRequest(org.apache.axis2.context.MessageContext msgContext,
                              javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)
                       throws org.apache.axis2.AxisFault,
                              org.wso2.wsf.common.ServerException
Handle RSS Feeds

Parameters:
msgContext -
request -
response -
Returns:
Throws:
org.apache.axis2.AxisFault
org.wso2.wsf.common.ServerException