public abstract class AbstractWsdlProcessor extends Object implements HttpGetRequestProcessor
Modifier and Type | Class and Description |
---|---|
protected static interface |
AbstractWsdlProcessor.WSDLPrinter |
Constructor and Description |
---|
AbstractWsdlProcessor() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkForAnnotation(CarbonHttpRequest request)
This method check for annotation=true query param.
|
protected String |
getImportedWSDL(CarbonHttpRequest request,
String paramName)
This method will return the value of the parameter
|
protected void |
printWSDL(org.apache.axis2.context.ConfigurationContext configurationContext,
String serviceName,
CarbonHttpResponse response,
AbstractWsdlProcessor.WSDLPrinter wsdlPrinter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
process
protected void printWSDL(org.apache.axis2.context.ConfigurationContext configurationContext, String serviceName, CarbonHttpResponse response, AbstractWsdlProcessor.WSDLPrinter wsdlPrinter) throws IOException
IOException
protected boolean checkForAnnotation(CarbonHttpRequest request)
request
- HTTP requestprotected String getImportedWSDL(CarbonHttpRequest request, String paramName)
request
- Http requestparamName
- name of the parameterCopyright © 2016 WSO2 Inc. All rights reserved.