Interface CloudGatewayService.Iface
-
- All Known Implementing Classes:
CloudGatewayService.Client
- Enclosing class:
- CloudGatewayService
public static interface CloudGatewayService.Iface
-
-
Method Detail
-
login
String login(String userName, String password, String queueName) throws NotAuthorizedException, org.apache.thrift.TException
- Throws:
NotAuthorizedException
org.apache.thrift.TException
-
exchange
List<Message> exchange(List<Message> src, int size, String token) throws NotAuthorizedException, org.apache.thrift.TException
- Throws:
NotAuthorizedException
org.apache.thrift.TException
-
-