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 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:
      process in interface org.wso2.carbon.core.transports.HttpGetRequestProcessor
      Throws:
      Exception