Package com.mobcom.amazon

Examples of com.mobcom.amazon.API


  /**
   * @param args
   */
  public static void main(String[] args) {
    API caller = new API();
    //System.out.println(caller.getProductById("B00008OE6I"));
    MobcomAdapter adapter = MobcomAdapter.newInstance();
    adapter.parseAsProducts(caller.getProducts(10));
    DBStore dbStore = DBStore.newInstance();
    System.out.println("No of products = " + dbStore.getNumberOfProducts());
    //parser.parse(caller.getProductById("B00008OE6I"));
  }
View Full Code Here

TOP

Related Classes of com.mobcom.amazon.API

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.