org.wso2.wsas.transport.util
Class Wsdl20Processor

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

public class Wsdl20Processor
extends AbstractWsdlProcessor


Constructor Summary
Wsdl20Processor()
           
 
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 org.wso2.wsas.transport.util.AbstractWsdlProcessor
checkForAnnotation, getImportedWSDL, printWSDL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wsdl20Processor

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

Parameters:
request - The HttpRequest
response - The HttpResponse
configurationContext - The system ConfigurationContext
Throws:
java.lang.Exception - If some failure occurs during processing