org.sblim.cimclient.internal.wbem
Class EnumerateResponseSAX<T>
java.lang.Object
org.sblim.cimclient.internal.wbem.EnumerateResponseSAX<T>
- Type Parameters:
T
-
public class EnumerateResponseSAX<T>
- extends Object
Class EnumerateResponseSAX is responsible for all helper functions of SAX
parser related with EnumerateResponse.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumerateResponseSAX
public EnumerateResponseSAX(InputStreamReader pStream,
CIMObjectPath pPath)
throws IOException,
SAXException,
ParserConfigurationException,
WBEMException
- Ctor.
- Parameters:
pStream
- Input stream to be parsedpPath
- CIMObject path
- Throws:
IOException
SAXException
ParserConfigurationException
WBEMException
getEnumResponse
public EnumerateResponse<T> getEnumResponse()
- Returns enumResponse
- Returns:
- The value of enumResponse.
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.