Package com.dgwave.osrs.req

Examples of com.dgwave.osrs.req.GetBalance


  }

  @Test
  public void testGetBalance() {
    try {
      GetBalance req = new GetBalance();
      req.setRegistrantIp(null);     
      OsrsResponse response = client.sendReceive(req);
      assertNotNull(response);
      System.out.println(response);
     
      Balance balance = ((BalanceResponse)response).getBalance();
View Full Code Here

TOP

Related Classes of com.dgwave.osrs.req.GetBalance

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.