Class EPPXMLSignatureParserPool

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

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

    • getInstance

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

      public org.apache.commons.pool2.BaseObjectPool<EPPXMLSignatureSchemaCachingParser> getPool()
      Gets the pool initialized by EPPXMLSignatureParserPool for getting and returning XML Signature parsers.
      Returns:
      XML Signature parser pool initialized by EPPXMLSignatureParserPool if initialized; null otherwise.