|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Generates an XML document (JDOM) out of a feed for a specific real feed type.
FeedGenerator instances must thread safe.
TODO: explain how developers can plugin their own implementations.
| Method Summary | |
org.jdom.Document |
generate(AbstractFeed feed)
Creates an XML document (JDOM) for the given feed bean. |
java.lang.String |
getType()
Returns the type of feed the generator creates. |
| Method Detail |
public java.lang.String getType()
for details on the format of this string.
public org.jdom.Document generate(AbstractFeed feed)
throws java.lang.IllegalArgumentException,
FeedException
feed - the feed bean to generate the XML document from.
java.lang.IllegalArgumentException - thrown if the type of the given feed bean does not
match with the type of the FeedGenerator.
FeedException - thrown if the XML Document could not be created.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||