com.sun.syndication.feed.synd.impl

Class ConverterForAtom03

public class ConverterForAtom03 extends Object implements Converter

Field Summary
String_type
Constructor Summary
ConverterForAtom03()
protected ConverterForAtom03(String type)
Method Summary
voidcopyInto(WireFeed feed, SyndFeed syndFeed)
protected ListcreateAtomEntries(List syndEntries)
protected EntrycreateAtomEntry(SyndEntry sEntry)
protected static ListcreateAtomPersons(List sPersons)
WireFeedcreateRealFeed(SyndFeed syndFeed)
protected ListcreateSyndEntries(List atomEntries)
protected SyndEntrycreateSyndEntry(Entry entry)
protected static ListcreateSyndPersons(List aPersons)
StringgetType()

Field Detail

_type

private String _type

Constructor Detail

ConverterForAtom03

public ConverterForAtom03()

ConverterForAtom03

protected ConverterForAtom03(String type)

Method Detail

copyInto

public void copyInto(WireFeed feed, SyndFeed syndFeed)

createAtomEntries

protected List createAtomEntries(List syndEntries)

createAtomEntry

protected Entry createAtomEntry(SyndEntry sEntry)

createAtomPersons

protected static List createAtomPersons(List sPersons)

createRealFeed

public WireFeed createRealFeed(SyndFeed syndFeed)

createSyndEntries

protected List createSyndEntries(List atomEntries)

createSyndEntry

protected SyndEntry createSyndEntry(Entry entry)

createSyndPersons

protected static List createSyndPersons(List aPersons)

getType

public String getType()
Copyright © Sun Microsystems. All Rights Reserved.