Class CloudGatewayService.Processor.exchange<I extends CloudGatewayService.Iface>
- java.lang.Object
-
- org.apache.thrift.ProcessFunction<I,CloudGatewayService.exchange_args>
-
- org.wso2.carbon.cloud.gateway.common.thrift.gen.CloudGatewayService.Processor.exchange<I>
-
- Enclosing class:
- CloudGatewayService.Processor<I extends CloudGatewayService.Iface>
public static class CloudGatewayService.Processor.exchange<I extends CloudGatewayService.Iface> extends org.apache.thrift.ProcessFunction<I,CloudGatewayService.exchange_args>
-
-
Constructor Summary
Constructors Constructor Description exchange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudGatewayService.exchange_args
getEmptyArgsInstance()
CloudGatewayService.exchange_result
getResult(I iface, CloudGatewayService.exchange_args args)
protected boolean
isOneway()
-
-
-
Method Detail
-
getEmptyArgsInstance
public CloudGatewayService.exchange_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstance
in classorg.apache.thrift.ProcessFunction<I extends CloudGatewayService.Iface,CloudGatewayService.exchange_args>
-
isOneway
protected boolean isOneway()
- Specified by:
isOneway
in classorg.apache.thrift.ProcessFunction<I extends CloudGatewayService.Iface,CloudGatewayService.exchange_args>
-
getResult
public CloudGatewayService.exchange_result getResult(I iface, CloudGatewayService.exchange_args args) throws org.apache.thrift.TException
- Specified by:
getResult
in classorg.apache.thrift.ProcessFunction<I extends CloudGatewayService.Iface,CloudGatewayService.exchange_args>
- Throws:
org.apache.thrift.TException
-
-