org.wso2.wsas.transport.util
Class CertProcessor

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

public class CertProcessor
extends java.lang.Object
implements HttpGetRequestProcessor


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

CertProcessor

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