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