org.sblim.cimclient.internal.wbem
Class EnumerateResponseDOM<T>

java.lang.Object
  extended by 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.


Constructor Summary
EnumerateResponseDOM(InputStreamReader pStream, CIMObjectPath pPath)
          EnumerateResponsePULL
 
Method Summary
 EnumerateResponse<T> getEnumResponse()
          Returns enumResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumerateResponseDOM

public EnumerateResponseDOM(InputStreamReader pStream,
                            CIMObjectPath pPath)
                     throws IOException,
                            SAXException,
                            ParserConfigurationException,
                            WBEMException
EnumerateResponsePULL

Parameters:
pStream -
pPath -
Throws:
IOException
SAXException
ParserConfigurationException
WBEMException
Method Detail

getEnumResponse

public EnumerateResponse<T> getEnumResponse()
Returns enumResponse

Returns:
The value of enumResponse.


Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.