org.sblim.wbem.cimxml
Interface CIMXmlUtil
public interface CIMXmlUtil
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.
CIMElementToXml
public String CIMElementToXml(CIMElement obj)
throws CIMException
Returns a string representing the CIM-XML of a CIMElement.
obj
- the element to be converted into XML
- the XML represented as String
getCIMElement
public CIMElement getCIMElement(String str)
throws CIMException,
IOException,
SAXException
Construct a Java object representing the CIMElement from the XML representation.
str
- XML representation of the CIMElement
Copyright © 2005, 2007 IBM Corporation. All Rights Reserved.