|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides methods for creating XML out of Objects
Method Summary | |
java.lang.String |
getVersion()
returns the version of the created Xml as a String |
void |
setVersion(java.lang.String version)
sets the version of the created Xml |
java.lang.String |
toXmlString(java.lang.Object o)
converts the given Object to an Xml String. |
java.lang.String |
toXmlString(java.lang.Object[] o)
converts the given Objects to an Xml String. |
java.lang.String |
toXmlString(java.lang.Object[] o,
boolean versionInfo)
converts the given Objects to an Xml String. |
java.lang.String |
toXmlString(java.lang.Object o,
boolean versionInfo)
converts the given Object to an Xml String. |
Method Detail |
public java.lang.String toXmlString(java.lang.Object o) throws XmlProducingException
o
- Object to convertpublic java.lang.String toXmlString(java.lang.Object o, boolean versionInfo) throws XmlProducingException
o
- Object to convertversionInfo
- indicates whether the returned Xml should contain a
version header or notpublic java.lang.String toXmlString(java.lang.Object[] o) throws XmlProducingException
o
- Objects to convertpublic java.lang.String toXmlString(java.lang.Object[] o, boolean versionInfo) throws XmlProducingException
o
- Objects to convertversionInfo
- indicates whether the returned Xml should contain a
version header or notpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |