org.wso2.wsas.transport.util
Class MockTryItProcessor

java.lang.Object
  extended byorg.wso2.wsas.transport.util.MockTryItProcessor
All Implemented Interfaces:
HttpGetRequestProcessor

public class MockTryItProcessor
extends java.lang.Object
implements HttpGetRequestProcessor

The purpose of this mock class is to provide information to user of WSAS, when ?tryit has used. WSAS does not support ?tryit ?stub.


Constructor Summary
MockTryItProcessor()
           
 
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

MockTryItProcessor

public MockTryItProcessor()
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