Uses of Interface
com.sun.syndication.feed.synd.SyndEntry

Packages that use SyndEntry
com.sun.syndication.feed.synd   
com.sun.syndication.feed.synd.impl   
 

Uses of SyndEntry in com.sun.syndication.feed.synd
 

Classes in com.sun.syndication.feed.synd that implement SyndEntry
 class SyndEntryImpl
          Bean for entries of SyndFeedImpl feeds.
 

Uses of SyndEntry in com.sun.syndication.feed.synd.impl
 

Methods in com.sun.syndication.feed.synd.impl that return SyndEntry
protected  SyndEntry ConverterForAtom03.createSyndEntry(Entry entry)
           
protected  SyndEntry ConverterForAtom10.createSyndEntry(Feed feed, Entry entry)
           
protected  SyndEntry ConverterForRSS10.createSyndEntry(Item item)
           
protected  SyndEntry ConverterForRSS094.createSyndEntry(Item item)
           
protected  SyndEntry ConverterForRSS093.createSyndEntry(Item item)
           
protected  SyndEntry ConverterForRSS092.createSyndEntry(Item item)
           
protected  SyndEntry ConverterForRSS091Userland.createSyndEntry(Item item)
           
protected  SyndEntry ConverterForRSS090.createSyndEntry(Item item)
           
 

Methods in com.sun.syndication.feed.synd.impl with parameters of type SyndEntry
protected  Entry ConverterForAtom10.createAtomEntry(SyndEntry sEntry)
           
protected  Entry ConverterForAtom03.createAtomEntry(SyndEntry sEntry)
           
protected  Item ConverterForRSS10.createRSSItem(SyndEntry sEntry)
           
protected  Item ConverterForRSS094.createRSSItem(SyndEntry sEntry)
           
protected  Item ConverterForRSS093.createRSSItem(SyndEntry sEntry)
           
protected  Item ConverterForRSS092.createRSSItem(SyndEntry sEntry)
           
protected  Item ConverterForRSS091Userland.createRSSItem(SyndEntry sEntry)
           
protected  Item ConverterForRSS090.createRSSItem(SyndEntry sEntry)
           
 



Copyright © Sun Microsystems. All Rights Reserved.