Class EnumerateResponsePULL<T>

  • Type Parameters:
    T -

    public class EnumerateResponsePULL<T>
    extends java.lang.Object
    Class EnumerateResponsePULL is responsible for all helper functions of PULL parser related with EnumerateResponse.
    • Constructor Detail

      • EnumerateResponsePULL

        public EnumerateResponsePULL​(java.io.InputStreamReader pStream,
                                     CIMObjectPath pPath)
                              throws java.io.IOException,
                                     org.xml.sax.SAXException,
                                     javax.xml.parsers.ParserConfigurationException,
                                     WBEMException
        Ctor.
        Parameters:
        pStream - Input stream to be parsed
        pPath - CIMObject path
        Throws:
        java.io.IOException
        org.xml.sax.SAXException
        javax.xml.parsers.ParserConfigurationException
        WBEMException
    • Method Detail

      • getEnumResponse

        public EnumerateResponse<T> getEnumResponse()
        Returns enumResponse
        Returns:
        The value of enumResponse.