Class EnumerateResponseDOM<T>

  • Type Parameters:
    T - : Type Variable

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

      • EnumerateResponseDOM

        public EnumerateResponseDOM​(java.io.InputStreamReader pStream,
                                    CIMObjectPath pPath)
                             throws java.io.IOException,
                                    org.xml.sax.SAXException,
                                    javax.xml.parsers.ParserConfigurationException,
                                    WBEMException
        EnumerateResponsePULL
        Parameters:
        pStream -
        pPath -
        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.