Class EnumerateResponseDOM<T>
java.lang.Object
org.sblim.cimclient.internal.wbem.EnumerateResponseDOM<T>
- Type Parameters:
T
- : Type Variable
public class EnumerateResponseDOM<T>
extends java.lang.Object
Class EnumerateResponseDOM is responsible for all helper functions of DOM
parser related with EnumerateResponse.
-
Constructor Summary
ConstructorsConstructorDescriptionEnumerateResponseDOM
(java.io.InputStreamReader pStream, CIMObjectPath pPath) EnumerateResponsePULL -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EnumerateResponseDOM
public EnumerateResponseDOM(java.io.InputStreamReader pStream, CIMObjectPath pPath) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, WBEMException EnumerateResponsePULL- Parameters:
pStream
-pPath
-- Throws:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
WBEMException
-
-
Method Details
-
getEnumResponse
Returns enumResponse- Returns:
- The value of enumResponse.
-