org.wso2.wsas.feed
Class FeedFactory

java.lang.Object
  extended byorg.wso2.wsas.feed.FeedFactory

public class FeedFactory
extends java.lang.Object


Constructor Summary
FeedFactory()
           
 
Method Summary
static AtomFeed getAtomFeed(java.lang.String atomSource)
           
static RSSFeed getRSSFeed(java.lang.String rssSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedFactory

public FeedFactory()
Method Detail

getRSSFeed

public static RSSFeed getRSSFeed(java.lang.String rssSource)

getAtomFeed

public static AtomFeed getAtomFeed(java.lang.String atomSource)