Package org.sblim.cimclient.internal.cimxml
Internal cim-xml DOM parser & builder implementation. The classes and interfaces herein are for internal use of the SBLIM Client for Java only
and might therefore be modified or removed without notice.
- Since:
- 2.0.0
-
Class Summary Class Description CIMClientXML_HelperImpl Class CIMClientXML_HelperImpl is responsible for building CIM-XML requests and responses.CIMMessage Class CIMMessage is used by the CIM-XML DOM parser.CIMRequest Class CIMRequest is used by the CIM-XML DOM parser.CIMResponse Represent a CIMReponse message.CIMXMLBuilderImpl Class CIMXMLBuilderImpl is the core class for building CIM-XML documents.CIMXMLParserImpl Class CIMXMLParserImpl is the main class of CIM-XML DOM parser.CimXmlSerializer Class CimXmlSerializer implements a XML serializer for DOM documents that is specialized for CIM-XML.LocalPathBuilder Class LocalPathBuilder helps CIM-XML parsers to build local CIMObjectPathes.TypedValue Class TypedValue is required for the CIM-XML DOM parser. -
Exception Summary Exception Description CIMXMLParseException Class CIMXMLParseException is used by the CIM-XML DOM parser.