edu.eside.flingbox.xml
Class XmlExporter

java.lang.Object
  extended by edu.eside.flingbox.xml.XmlExporter

public class XmlExporter
extends java.lang.Object

Generic exporter in XML


Nested Class Summary
static interface XmlExporter.XmlSerializable
          Should be implemented by any body that will be serialized
 
Constructor Summary
XmlExporter()
           
 
Method Summary
static boolean exportXml(java.io.Writer writer, XmlExporter.XmlSerializable exportable)
          Exports serializable to writer.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlExporter

public XmlExporter()
Method Detail

exportXml

public static boolean exportXml(java.io.Writer writer,
                                XmlExporter.XmlSerializable exportable)
Exports serializable to writer.

Parameters:
writer -
exportable -
Returns:
true if success