Package com.verisign.epp.pool.parser
Class EPPSchemaCachingParserPool
java.lang.Object
com.verisign.epp.pool.parser.EPPSchemaCachingParserPool
Singleton parser pool class that initializes the parser pool at
initialization, and provides a
getPool() to get the initialized
pool.-
Method Summary
Modifier and TypeMethodDescriptionstatic EPPSchemaCachingParserPoolSingletongetInstancemethod for accessing theEPPSchemaCachingParserPoolinstance.org.apache.commons.pool2.BaseObjectPool<EPPSchemaCachingParser> getPool()Gets the pool initialized byEPPSchemaCachingParserPoolfor getting and returning schema caching parsers.
-
Method Details
-
getInstance
SingletongetInstancemethod for accessing theEPPSchemaCachingParserPoolinstance.- Returns:
EPPSchemaCachingParserPoolSingleton instance.
-
getPool
Gets the pool initialized byEPPSchemaCachingParserPoolfor getting and returning schema caching parsers.- Returns:
- Parser pool initialized by
EPPSchemaCachingParserPool.
-