Package | Description |
---|---|
org.wso2.carbon.cloud.gateway.common.thrift | |
org.wso2.carbon.cloud.gateway.common.thrift.gen |
Modifier and Type | Method and Description |
---|---|
List<Message> |
CGThriftClient.exchange(List<Message> src,
int size,
String token)
The exchange operation, this will pass the response buffer to the server and will
receive request buffer from the server
|
String |
CGThriftClient.login(String userName,
String passWord,
String queueName)
The login method.
|
Modifier and Type | Field and Description |
---|---|
NotAuthorizedException |
CloudGatewayService.login_result.e |
NotAuthorizedException |
CloudGatewayService.exchange_result.e |
Modifier and Type | Method and Description |
---|---|
NotAuthorizedException |
NotAuthorizedException.deepCopy() |
NotAuthorizedException |
CloudGatewayService.login_result.getE() |
NotAuthorizedException |
CloudGatewayService.exchange_result.getE() |
NotAuthorizedException |
NotAuthorizedException.setMessage(String message) |
Modifier and Type | Method and Description |
---|---|
int |
NotAuthorizedException.compareTo(NotAuthorizedException other) |
boolean |
NotAuthorizedException.equals(NotAuthorizedException that) |
CloudGatewayService.login_result |
CloudGatewayService.login_result.setE(NotAuthorizedException e) |
CloudGatewayService.exchange_result |
CloudGatewayService.exchange_result.setE(NotAuthorizedException e) |
Modifier and Type | Method and Description |
---|---|
List<Message> |
CloudGatewayService.Iface.exchange(List<Message> src,
int size,
String token) |
List<Message> |
CloudGatewayService.Client.exchange(List<Message> src,
int size,
String token) |
String |
CloudGatewayService.AsyncClient.login_call.getResult() |
List<Message> |
CloudGatewayService.AsyncClient.exchange_call.getResult() |
String |
CloudGatewayService.Iface.login(String userName,
String password,
String queueName) |
String |
CloudGatewayService.Client.login(String userName,
String password,
String queueName) |
List<Message> |
CloudGatewayService.Client.recv_exchange() |
String |
CloudGatewayService.Client.recv_login() |
Constructor and Description |
---|
exchange_result(List<Message> success,
NotAuthorizedException e) |
login_result(String success,
NotAuthorizedException e) |
NotAuthorizedException(NotAuthorizedException other)
Performs a deep copy on other.
|
Copyright © 2022 WSO2. All rights reserved.