Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.syndication.feed.synd.impl
Class ConverterForAtom03  view ConverterForAtom03 download ConverterForAtom03.java

java.lang.Object
  extended bycom.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


Field Summary
private  java.lang.String _type
           
 
Constructor Summary
  ConverterForAtom03()
           
protected ConverterForAtom03(java.lang.String type)
           
 
Method Summary
 void copyInto(com.sun.syndication.feed.WireFeed feed, com.sun.syndication.feed.synd.SyndFeed syndFeed)
          Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
protected  java.util.List createAtomEntries(java.util.List syndEntries)
           
protected  com.sun.syndication.feed.atom.Entry createAtomEntry(com.sun.syndication.feed.synd.SyndEntry sEntry)
           
protected static java.util.List createAtomPersons(java.util.List sPersons)
           
 com.sun.syndication.feed.WireFeed createRealFeed(com.sun.syndication.feed.synd.SyndFeed syndFeed)
          Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.
protected  java.util.List createSyndEntries(java.util.List atomEntries)
           
protected  com.sun.syndication.feed.synd.SyndEntry createSyndEntry(com.sun.syndication.feed.atom.Entry entry)
           
protected static java.util.List createSyndPersons(java.util.List aPersons)
           
 java.lang.String getType()
          Returns the type (version) of the real feed this converter handles.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_type

private java.lang.String _type
Constructor Detail

ConverterForAtom03

public ConverterForAtom03()

ConverterForAtom03

protected ConverterForAtom03(java.lang.String type)
Method Detail

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)