Class EPPXMLSignatureParserPool


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

      • 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.