Package com.verisign.epp.pool.parser
Class EPPSchemaCachingParserPool
- java.lang.Object
-
- com.verisign.epp.pool.parser.EPPSchemaCachingParserPool
-
public class EPPSchemaCachingParserPool extends java.lang.ObjectSingleton parser pool class that initializes the parser pool at initialization, and provides agetPool()to get the initialized pool.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EPPSchemaCachingParserPoolgetInstance()SingletongetInstancemethod for accessing theEPPSchemaCachingParserPoolinstance.org.apache.commons.pool2.BaseObjectPool<EPPSchemaCachingParser>getPool()Gets the pool initialized byEPPSchemaCachingParserPoolfor getting and returning schema caching parsers.
-
-
-
Method Detail
-
getInstance
public static EPPSchemaCachingParserPool getInstance()
SingletongetInstancemethod for accessing theEPPSchemaCachingParserPoolinstance.- Returns:
EPPSchemaCachingParserPoolSingleton instance.
-
getPool
public org.apache.commons.pool2.BaseObjectPool<EPPSchemaCachingParser> getPool()
Gets the pool initialized byEPPSchemaCachingParserPoolfor getting and returning schema caching parsers.- Returns:
- Parser pool initialized by
EPPSchemaCachingParserPool.
-
-