Class EPPSchemaCachingParserPool


  • public class EPPSchemaCachingParserPool
    extends java.lang.Object
    Singleton parser pool class that initializes the parser pool at initialization, and provides a getPool() to get the initialized pool.
    • Method Detail

      • getInstance

        public static EPPSchemaCachingParserPool getInstance()
        Singleton getInstance method for accessing the EPPSchemaCachingParserPool instance.
        Returns:
        EPPSchemaCachingParserPool Singleton instance.
      • getPool

        public org.apache.commons.pool2.BaseObjectPool<EPPSchemaCachingParser> getPool()
        Gets the pool initialized by EPPSchemaCachingParserPool for getting and returning schema caching parsers.
        Returns:
        Parser pool initialized by EPPSchemaCachingParserPool.