Class EPPStrictContactParserPool

java.lang.Object
com.verisign.epp.pool.parser.EPPStrictContactParserPool

public class EPPStrictContactParserPool extends Object
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 Details

    • getInstance

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

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