Class EnumerateResponseSAX<T>
- java.lang.Object
-
- org.sblim.cimclient.internal.wbem.EnumerateResponseSAX<T>
-
- Type Parameters:
T-
public class EnumerateResponseSAX<T> extends java.lang.ObjectClass EnumerateResponseSAX is responsible for all helper functions of SAX parser related with EnumerateResponse.
-
-
Constructor Summary
Constructors Constructor Description EnumerateResponseSAX(java.io.InputStreamReader pStream, CIMObjectPath pPath)Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnumerateResponse<T>getEnumResponse()Returns enumResponse
-
-
-
Constructor Detail
-
EnumerateResponseSAX
public EnumerateResponseSAX(java.io.InputStreamReader pStream, CIMObjectPath pPath) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, WBEMExceptionCtor.- Parameters:
pStream- Input stream to be parsedpPath- CIMObject path- Throws:
java.io.IOExceptionorg.xml.sax.SAXExceptionjavax.xml.parsers.ParserConfigurationExceptionWBEMException
-
-
Method Detail
-
getEnumResponse
public EnumerateResponse<T> getEnumResponse()
Returns enumResponse- Returns:
- The value of enumResponse.
-
-