Class EnumerateResponsePULL<T>
java.lang.Object
org.sblim.cimclient.internal.wbem.EnumerateResponsePULL<T>
- Type Parameters:
T
-
Class EnumerateResponsePULL is responsible for all helper functions of PULL
parser related with EnumerateResponse.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EnumerateResponsePULL
public EnumerateResponsePULL(InputStreamReader pStream, CIMObjectPath pPath) throws IOException, SAXException, ParserConfigurationException, WBEMException Ctor.- Parameters:
pStream
- Input stream to be parsedpPath
- CIMObject path- Throws:
IOException
SAXException
ParserConfigurationException
WBEMException
-
-
Method Details
-
getEnumResponse
Returns enumResponse- Returns:
- The value of enumResponse.
-