|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface provides the methods used to convert CIMElements to CIM-XML representation, and CIM-XML representation back to CIMElements. The implementation of this instance is not thread safe.
Method Summary | |
---|---|
java.lang.String |
CIMElementToXml(CIMElement obj)
Returns a string representing the CIM-XML of a CIMElement. |
CIMElement |
getCIMElement(java.lang.String str)
Construct a Java object representing the CIMElement from the XML representation. |
Method Detail |
public java.lang.String CIMElementToXml(CIMElement obj) throws CIMException
obj
- the element to be converted into XML
CIMException
- On any unrecoverable errorpublic CIMElement getCIMElement(java.lang.String str) throws CIMException, java.io.IOException, org.xml.sax.SAXException
str
- XML representation of the CIMElement
CIMException
- if any CIM error occurs
java.io.IOException
- if any IO error occurs
org.xml.sax.SAXException
- if any parse error occurs
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |