Uses of Class
org.wso2.carbon.cloud.gateway.common.thrift.gen.NotAuthorizedException
-
Packages that use NotAuthorizedException Package Description org.wso2.carbon.cloud.gateway.common.thrift org.wso2.carbon.cloud.gateway.common.thrift.gen -
-
Uses of NotAuthorizedException in org.wso2.carbon.cloud.gateway.common.thrift
Methods in org.wso2.carbon.cloud.gateway.common.thrift that throw NotAuthorizedException Modifier and Type Method 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 serverStringCGThriftClient. login(String userName, String passWord, String queueName)The login method. -
Uses of NotAuthorizedException in org.wso2.carbon.cloud.gateway.common.thrift.gen
Fields in org.wso2.carbon.cloud.gateway.common.thrift.gen declared as NotAuthorizedException Modifier and Type Field Description NotAuthorizedExceptionCloudGatewayService.exchange_result. eNotAuthorizedExceptionCloudGatewayService.login_result. eMethods in org.wso2.carbon.cloud.gateway.common.thrift.gen that return NotAuthorizedException Modifier and Type Method Description NotAuthorizedExceptionNotAuthorizedException. deepCopy()NotAuthorizedExceptionCloudGatewayService.exchange_result. getE()NotAuthorizedExceptionCloudGatewayService.login_result. getE()NotAuthorizedExceptionNotAuthorizedException. setMessage(String message)Methods in org.wso2.carbon.cloud.gateway.common.thrift.gen with parameters of type NotAuthorizedException Modifier and Type Method Description intNotAuthorizedException. compareTo(NotAuthorizedException other)booleanNotAuthorizedException. equals(NotAuthorizedException that)CloudGatewayService.exchange_resultCloudGatewayService.exchange_result. setE(NotAuthorizedException e)CloudGatewayService.login_resultCloudGatewayService.login_result. setE(NotAuthorizedException e)Methods in org.wso2.carbon.cloud.gateway.common.thrift.gen that throw NotAuthorizedException Modifier and Type Method Description List<Message>CloudGatewayService.Client. exchange(List<Message> src, int size, String token)List<Message>CloudGatewayService.Iface. exchange(List<Message> src, int size, String token)List<Message>CloudGatewayService.AsyncClient.exchange_call. getResult()StringCloudGatewayService.AsyncClient.login_call. getResult()StringCloudGatewayService.Client. login(String userName, String password, String queueName)StringCloudGatewayService.Iface. login(String userName, String password, String queueName)List<Message>CloudGatewayService.Client. recv_exchange()StringCloudGatewayService.Client. recv_login()Constructors in org.wso2.carbon.cloud.gateway.common.thrift.gen with parameters of type NotAuthorizedException Constructor Description exchange_result(List<Message> success, NotAuthorizedException e)login_result(String success, NotAuthorizedException e)NotAuthorizedException(NotAuthorizedException other)Performs a deep copy on other.
-