java.lang.Objectorg.objectweb.telosys.common.vo.BeanWriter
Constructor Summary | |
BeanWriter()
|
Method Summary | |
static void |
toXml(java.io.PrintWriter out,
java.lang.Object oBean,
java.lang.String sTagName)
Write the given object as an XML element |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BeanWriter()
Method Detail |
public static void toXml(java.io.PrintWriter out, java.lang.Object oBean, java.lang.String sTagName)
out
- oBean
- the bean to writesTagName
- the XML tag name