Package com.dragontek.mygpoclient.feeds

Examples of com.dragontek.mygpoclient.feeds.FeedServiceClient


  String[] feed_urls = new String[] { "http://leo.am/podcasts/floss", "http://www.lightspeedmagazine.com/itunes-rss/", "http://revision3.com/trs/feed/MP4-hd30" };

  public FeedServiceClientTest(String name) throws ClientProtocolException, IOException
  {
    super(name);
    feed_client = new FeedServiceClient();
    greader_client = new GoogleReaderAPI();
  }
View Full Code Here

TOP

Related Classes of com.dragontek.mygpoclient.feeds.FeedServiceClient

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.