net.sf.beanlib.utils.xml
Class XmlUtils

java.lang.Object
  extended by net.sf.beanlib.utils.xml.XmlUtils

public class XmlUtils
extends Object

XML Utilities.

Author:
Joe D. Velopar

Field Summary
private static XStreamFactory xstreamFactory
           
 
Constructor Summary
XmlUtils()
           
 
Method Summary
static Object fromXml(String xml)
           
static String toXml(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xstreamFactory

private static final XStreamFactory xstreamFactory
Constructor Detail

XmlUtils

public XmlUtils()
Method Detail

toXml

public static String toXml(Object obj)

fromXml

public static Object fromXml(String xml)