java.lang.Object
com.sun.syndication.feed.synd.impl.ConverterForAtom03
- All Implemented Interfaces:
- com.sun.syndication.feed.synd.Converter
- public class ConverterForAtom03
- extends java.lang.Object
- implements com.sun.syndication.feed.synd.Converter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_type
private java.lang.String _type
ConverterForAtom03
public ConverterForAtom03()
ConverterForAtom03
protected ConverterForAtom03(java.lang.String type)
getType
public java.lang.String getType()
- Description copied from interface:
com.sun.syndication.feed.synd.Converter
- Returns the type (version) of the real feed this converter handles.
- Specified by:
getType in interface com.sun.syndication.feed.synd.Converter
copyInto
public void copyInto(com.sun.syndication.feed.WireFeed feed,
com.sun.syndication.feed.synd.SyndFeed syndFeed)
- Description copied from interface:
com.sun.syndication.feed.synd.Converter
- Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
It assumes the given SyndFeedImpl has no properties set.
- Specified by:
copyInto in interface com.sun.syndication.feed.synd.Converter
createSyndEntries
protected java.util.List createSyndEntries(java.util.List atomEntries)
createSyndEntry
protected com.sun.syndication.feed.synd.SyndEntry createSyndEntry(com.sun.syndication.feed.atom.Entry entry)
createRealFeed
public com.sun.syndication.feed.WireFeed createRealFeed(com.sun.syndication.feed.synd.SyndFeed syndFeed)
- Description copied from interface:
com.sun.syndication.feed.synd.Converter
- Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.
- Specified by:
createRealFeed in interface com.sun.syndication.feed.synd.Converter
createAtomPersons
protected static java.util.List createAtomPersons(java.util.List sPersons)
createSyndPersons
protected static java.util.List createSyndPersons(java.util.List aPersons)
createAtomEntries
protected java.util.List createAtomEntries(java.util.List syndEntries)
createAtomEntry
protected com.sun.syndication.feed.atom.Entry createAtomEntry(com.sun.syndication.feed.synd.SyndEntry sEntry)