Package org.sblim.cimclient.internal.wbem
package org.sblim.cimclient.internal.wbem
Internal implemenation of the interfaces from the javax.wbem package.
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
-
ClassesClassDescriptionClass CIMError is required for IndicationHandling and CIM-XML parsing.Class CloseableIteratorDOM is a CloseableIterator implementation for the CIM-XML DOM parser.Class CloseableIteratorGeneric creates new CloseableIterator from an Iterator and WBEMException.CloseableIterator implementation for PULL parser.CloseableIterator implementation for SAX parser.Class EnumerateResponseDOM is responsible for all helper functions of DOM parser related with EnumerateResponse.Class EnumerateResponsePULL is responsible for all helper functions of PULL parser related with EnumerateResponse.Class EnumerateResponseSAX is responsible for all helper functions of SAX parser related with EnumerateResponse.The WBEMClientCIMXML is a implementation of the
javax.wbem.client.WBEMClient
interface for the CIM-XML protocol including the extensions of theorg.sblim.cimclient.WBEMClientSBLIM
interface.