Package com.verisign.epp.pool.parser
Class EPPStrictContactParserPool
java.lang.Object
com.verisign.epp.pool.parser.EPPStrictContactParserPool
Singleton parser pool class that initializes the parser pool at
initialization, and provides a
getPool() to get the initialized
pool. This pool contains instances of EPPStrictContactParser, which
overrides the contact XML schema to use the strict EPP Contact RFC 5733 XML
schema "contact-1.0.xsd".-
Method Summary
Modifier and TypeMethodDescriptionstatic EPPStrictContactParserPoolSingletongetInstancemethod for accessing theEPPStrictContactParserPoolinstance.org.apache.commons.pool2.BaseObjectPool<EPPStrictContactParser> getPool()Gets the pool initialized byEPPStrictContactParserPoolfor getting and returning schema caching parsers.
-
Method Details
-
getInstance
SingletongetInstancemethod for accessing theEPPStrictContactParserPoolinstance.- Returns:
EPPStrictContactParserPoolSingleton instance.
-
getPool
Gets the pool initialized byEPPStrictContactParserPoolfor getting and returning schema caching parsers.- Returns:
- Parser pool initialized by
EPPStrictContactParserPool.
-