com.ibm.di.eclipse.http
Class XML

java.lang.Object
  extended by com.ibm.di.eclipse.http.XML

public class XML
extends java.lang.Object

This class is a temporary class to convert an Entry to/from XML. The new hierachical Entry should be used instead when it supports serialization.


Constructor Summary
XML()
           
 
Method Summary
static Entry fromXML(org.w3c.dom.Document document)
           
static Entry fromXML(java.lang.String xml)
           
static java.lang.String toXML(java.lang.Object entryOrAttribute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XML

public XML()
Method Detail

fromXML

public static Entry fromXML(java.lang.String xml)
                     throws java.lang.Exception
Throws:
java.lang.Exception

fromXML

public static Entry fromXML(org.w3c.dom.Document document)
                     throws java.lang.Exception
Throws:
java.lang.Exception

toXML

public static java.lang.String toXML(java.lang.Object entryOrAttribute)
                              throws java.lang.Exception
Throws:
java.lang.Exception