|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openspml.v2.util.xml.BasicMarshallableElement
org.openspml.v2.util.xml.BasicMarshallable
org.openspml.v2.util.xml.BasicOCEAndMarshallable
Starter class.
| Field Summary | |
protected XMLMarshaller |
mMarshaller
|
protected XMLUnmarshaller |
mUnmarshaller
|
| Fields inherited from interface org.openspml.v2.msg.OpenContentElement |
code_id |
| Fields inherited from interface org.openspml.v2.msg.Marshallable |
code_id |
| Constructor Summary | |
protected |
BasicOCEAndMarshallable()
|
| Method Summary | |
OpenContentElement |
fromXML(java.lang.Object xmlRep)
We know how to handle Strings that are passed in. |
java.lang.String |
toXML()
Would usually call toXml(int) with 0 indent. |
java.lang.String |
toXML(int indent)
Convert this object to an XML string. |
| Methods inherited from class org.openspml.v2.util.xml.BasicMarshallable |
toXML |
| Methods inherited from class org.openspml.v2.util.xml.BasicMarshallableElement |
getElementName, getElementName, getNamespacesInfo, isValid |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openspml.v2.msg.MarshallableElement |
getElementName, getNamespacesInfo, isValid |
| Field Detail |
protected final XMLMarshaller mMarshaller
protected final XMLUnmarshaller mUnmarshaller
| Constructor Detail |
protected BasicOCEAndMarshallable()
| Method Detail |
public java.lang.String toXML(int indent)
throws Spml2Exception
OpenContentElement
toXML in interface OpenContentElementindent - how much indent to start with.
Spml2Exception
public java.lang.String toXML()
throws Spml2Exception
OpenContentElement
toXML in interface OpenContentElementSpml2Exception
public OpenContentElement fromXML(java.lang.Object xmlRep)
throws Spml2Exception
xmlRep -
Spml2Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||