Package com.dragontek.mygpoclient.pub

Examples of com.dragontek.mygpoclient.pub.ClientConfig


   
  }
 
  @Test
  public void testGetClientConfig() throws Exception {
    ClientConfig config = client.getConfiguration();
    assertNotNull(config);
    assertNotNull(config.mygpo);
    assertNotNull(config.mygpo_feedservice);
   
    System.out.println( "mygpo: " + config.mygpo.get("baseurl") );
View Full Code Here

TOP

Related Classes of com.dragontek.mygpoclient.pub.ClientConfig

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.