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