org.sblim.wbem.cimxml
public interface CIMXmlUtil
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String CIMElementToXml(CIMElement obj) throws CIMException
obj - the element to be converted into XMLCIMException - On any unrecoverable errorCIMElement getCIMElement(java.lang.String str) throws CIMException, java.io.IOException, org.xml.sax.SAXException
str - XML representation of the CIMElementCIMException - if any CIM error occursjava.io.IOException - if any IO error occursorg.xml.sax.SAXException - if any parse error occursCopyright © 2005, 2009 IBM Corporation. All Rights Reserved.