public interface HttpGetRequestProcessor
Modifier and Type | Method and Description |
---|---|
void |
process(CarbonHttpRequest request,
CarbonHttpResponse response,
org.apache.axis2.context.ConfigurationContext configurationContext)
Process the HTTP GET request
|
void process(CarbonHttpRequest request, CarbonHttpResponse response, org.apache.axis2.context.ConfigurationContext configurationContext) throws Exception
request
- The CarbonHttpRequestresponse
- The CarbonHttpResponseconfigurationContext
- The system ConfigurationContextException
- If some failure occurs during processingCopyright © 2016 WSO2 Inc. All rights reserved.