Package com.mobcom.test

Source Code of com.mobcom.test.APICallerTest

package com.mobcom.test;

import com.mobcom.amazon.APICaller;

public class APICallerTest {

  /**
   * @param args
   */
  public static void main(String[] args) {
    APICaller caller = new APICaller();
    System.out.println(caller.getProductLookupXML());
  }
}
TOP

Related Classes of com.mobcom.test.APICallerTest

TOP
Copyright © 2018 www.massapi.com. 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.