org.objectweb.telosys.common.vo
Class BeanWriter

java.lang.Object
  extended byorg.objectweb.telosys.common.vo.BeanWriter

public class BeanWriter
extends java.lang.Object


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

BeanWriter

public BeanWriter()
Method Detail

toXml

public static void toXml(java.io.PrintWriter out,
                         java.lang.Object oBean,
                         java.lang.String sTagName)
Write the given object as an XML element

Parameters:
out -
oBean - the bean to write
sTagName - the XML tag name