Package com.sun.syndication.propono.atom.common.rome

ROME utilities and extensions.

See:
          Description

Interface Summary
PubControlModule ROME Extension Module to support app:control element, which allows Atom protocol implementations to specify if an entry is draft or not.
 

Class Summary
PubControlModuleGenerator Creates JDOM representation for PubControl Extension Module.
PubControlModuleImpl Bean representation of PubControl module.
PubControlModuleParser Parses PubControl module information from a JDOM element and into PubControlModule form.
ROMEUtilities Convenience methods for ROME.
 

Package com.sun.syndication.propono.atom.common.rome Description

ROME utilities and extensions.

This includes a ROME Extension Module to support the Atom Protocol's app:control element, made up of four classes PubControlModule, PubControlModuleGenerator, PubControlModuleImpl PubControlModuleParser.

Also included is a RomeUtilities class that supports serializing and de-serializing individual ROME Atom Entry objects.