Package org.umber.bellows.javabean

Interface Summary
IXmlExporter Allows any arbitrary JavaBean object to export itself as a Bellows XML tree.
 

Class Summary
BeanToXml Helper class to convert an JavaBean object in a Datum tree.
BeanToXmlFilter Filter to allow advanced control over which bean properties are allowed into the generated XML Datum tree.
XmlAware Base class for application object models that want a deeper integration with Bellows.
XmlToBean Helper class to convert Datum trees into a JavaBean object.