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