Interface ReaderPool

    • Method Detail

      • borrowXMLReader

        XMLReader borrowXMLReader()
        Gets an XMLReader instance from the reader pool associated with this ContentDelivery config instance.
        Returns:
        An XMLReader instance if the pool is not empty, otherwise null
      • returnXMLReader

        void returnXMLReader​(XMLReader xmlReader)
        Returns an XMLReader instance to the reader pool associated with this ContentDelivery config instance.
        Parameters:
        xmlReader - XMLReader instance to be returned