Class EnumerateResponseDOM<T>
java.lang.Object
org.sblim.cimclient.internal.wbem.EnumerateResponseDOM<T>
- Type Parameters:
T
- : Type Variable
Class EnumerateResponseDOM is responsible for all helper functions of DOM
parser related with EnumerateResponse.
-
Constructor Summary
ConstructorsConstructorDescriptionEnumerateResponseDOM
(InputStreamReader pStream, CIMObjectPath pPath) EnumerateResponsePULL -
Method Summary
-
Constructor Details
-
EnumerateResponseDOM
public EnumerateResponseDOM(InputStreamReader pStream, CIMObjectPath pPath) throws IOException, SAXException, ParserConfigurationException, WBEMException EnumerateResponsePULL- Parameters:
pStream
-pPath
-- Throws:
IOException
SAXException
ParserConfigurationException
WBEMException
-
-
Method Details
-
getEnumResponse
Returns enumResponse- Returns:
- The value of enumResponse.
-