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

java.lang.Object
  extended by org.sblim.cimclient.internal.wbem.EnumerateResponsePULL<T>
Type Parameters:
T -

public class EnumerateResponsePULL<T>
extends Object

Class EnumerateResponsePULL is responsible for all helper functions of PULL parser related with EnumerateResponse.


Constructor Summary
EnumerateResponsePULL(InputStreamReader pStream, CIMObjectPath pPath)
          Ctor.
 
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

EnumerateResponsePULL

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

Parameters:
pStream - Input stream to be parsed
pPath - CIMObject path
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.