Class CloudGatewayService.Client.Factory
- java.lang.Object
-
- org.wso2.carbon.cloud.gateway.common.thrift.gen.CloudGatewayService.Client.Factory
-
- All Implemented Interfaces:
org.apache.thrift.TServiceClientFactory<CloudGatewayService.Client>
- Enclosing class:
- CloudGatewayService.Client
public static class CloudGatewayService.Client.Factory extends Object implements org.apache.thrift.TServiceClientFactory<CloudGatewayService.Client>
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudGatewayService.Client
getClient(org.apache.thrift.protocol.TProtocol prot)
CloudGatewayService.Client
getClient(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Method Detail
-
getClient
public CloudGatewayService.Client getClient(org.apache.thrift.protocol.TProtocol prot)
- Specified by:
getClient
in interfaceorg.apache.thrift.TServiceClientFactory<CloudGatewayService.Client>
-
getClient
public CloudGatewayService.Client getClient(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
- Specified by:
getClient
in interfaceorg.apache.thrift.TServiceClientFactory<CloudGatewayService.Client>
-
-