Class TryitRequestProcessor

java.lang.Object
org.wso2.carbon.tryit.TryitRequestProcessor
All Implemented Interfaces:
org.wso2.carbon.core.transports.HttpGetRequestProcessor

public class TryitRequestProcessor extends Object implements org.wso2.carbon.core.transports.HttpGetRequestProcessor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(org.wso2.carbon.core.transports.CarbonHttpRequest request, org.wso2.carbon.core.transports.CarbonHttpResponse response, org.apache.axis2.context.ConfigurationContext configurationContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TryitRequestProcessor

      public TryitRequestProcessor()
  • 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