Package org.wso2.carbon.tryit
Class SwaggerTryitRequestProcessor
java.lang.Object
org.wso2.carbon.tryit.SwaggerTryitRequestProcessor
- All Implemented Interfaces:
org.wso2.carbon.core.transports.HttpGetRequestProcessor
public class SwaggerTryitRequestProcessor
extends Object
implements org.wso2.carbon.core.transports.HttpGetRequestProcessor
This class generates a UI to test the Swagger capabilities.
URL :- http://localhost:8280/API_NAME?swaggertryit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(org.wso2.carbon.core.transports.CarbonHttpRequest request, org.wso2.carbon.core.transports.CarbonHttpResponse response, org.apache.axis2.context.ConfigurationContext configurationContext)
-
Constructor Details
-
SwaggerTryitRequestProcessor
public SwaggerTryitRequestProcessor()
-
-
Method Details
-
process
public void process(org.wso2.carbon.core.transports.CarbonHttpRequest request, org.wso2.carbon.core.transports.CarbonHttpResponse response, org.apache.axis2.context.ConfigurationContext configurationContext) throws Exception - Specified by:
processin interfaceorg.wso2.carbon.core.transports.HttpGetRequestProcessor- Throws:
Exception
-