|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.eclipse.http.XML
public class XML
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 |
|---|
public XML()
| Method Detail |
|---|
public static Entry fromXML(java.lang.String xml)
throws java.lang.Exception
java.lang.Exception
public static Entry fromXML(org.w3c.dom.Document document)
throws java.lang.Exception
java.lang.Exception
public static java.lang.String toXML(java.lang.Object entryOrAttribute)
throws java.lang.Exception
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||