org.wso2.wsas.transport.util
Class Wsdl11Processor

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

public class Wsdl11Processor
extends AbstractWsdlProcessor


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

Wsdl11Processor

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