org.wso2.wsas.transport.util
Class InfoProcessor

java.lang.Object
  extended by org.wso2.wsas.transport.util.InfoProcessor
All Implemented Interfaces:
HttpGetRequestProcessor

public class InfoProcessor
extends java.lang.Object
implements HttpGetRequestProcessor


Constructor Summary
InfoProcessor()
           
 
Method Summary
 void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.axis2.context.ConfigurationContext configurationContext)
          Process the HTTP GET request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoProcessor

public InfoProcessor()
Method Detail

process

public void process(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    org.apache.axis2.context.ConfigurationContext configurationContext)
             throws java.lang.Exception
Description copied from interface: HttpGetRequestProcessor
Process the HTTP GET request

Specified by:
process in interface HttpGetRequestProcessor
Parameters:
request - The HttpRequest
response - The HttpResponse
configurationContext - The system ConfigurationContext
Throws:
java.lang.Exception - If some failure occurs during processing