Uses of Class
org.wso2.carbon.cloud.gateway.common.thrift.gen.CloudGatewayService.exchange_args
-
Packages that use CloudGatewayService.exchange_args Package Description org.wso2.carbon.cloud.gateway.common.thrift.gen -
-
Uses of CloudGatewayService.exchange_args in org.wso2.carbon.cloud.gateway.common.thrift.gen
Methods in org.wso2.carbon.cloud.gateway.common.thrift.gen that return CloudGatewayService.exchange_args Modifier and Type Method Description CloudGatewayService.exchange_args
CloudGatewayService.exchange_args. deepCopy()
CloudGatewayService.exchange_args
CloudGatewayService.AsyncProcessor.exchange. getEmptyArgsInstance()
CloudGatewayService.exchange_args
CloudGatewayService.Processor.exchange. getEmptyArgsInstance()
CloudGatewayService.exchange_args
CloudGatewayService.exchange_args. setSize(int size)
CloudGatewayService.exchange_args
CloudGatewayService.exchange_args. setSrc(List<Message> src)
CloudGatewayService.exchange_args
CloudGatewayService.exchange_args. setToken(String token)
Methods in org.wso2.carbon.cloud.gateway.common.thrift.gen with parameters of type CloudGatewayService.exchange_args Modifier and Type Method Description int
CloudGatewayService.exchange_args. compareTo(CloudGatewayService.exchange_args other)
boolean
CloudGatewayService.exchange_args. equals(CloudGatewayService.exchange_args that)
CloudGatewayService.exchange_result
CloudGatewayService.Processor.exchange. getResult(I iface, CloudGatewayService.exchange_args args)
void
CloudGatewayService.AsyncProcessor.exchange. start(I iface, CloudGatewayService.exchange_args args, org.apache.thrift.async.AsyncMethodCallback<List<Message>> resultHandler)
Constructors in org.wso2.carbon.cloud.gateway.common.thrift.gen with parameters of type CloudGatewayService.exchange_args Constructor Description exchange_args(CloudGatewayService.exchange_args other)
Performs a deep copy on other.
-