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
Constructors Constructor Description EnumerateResponseDOM(java.io.InputStreamReader pStream, CIMObjectPath pPath)
EnumerateResponsePULL
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnumerateResponse<T>
getEnumResponse()
Returns enumResponse
-
-
-
Constructor Detail
-
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 Detail
-
getEnumResponse
public EnumerateResponse<T> getEnumResponse()
Returns enumResponse- Returns:
- The value of enumResponse.
-
-