Package com.verisign.epp.pool.parser
Class EPPXMLSignatureParserPool
java.lang.Object
com.verisign.epp.pool.parser.EPPXMLSignatureParserPool
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 EPPXMLSignatureParserPoolSingletongetInstancemethod for accessing theEPPXMLSignatureParserPoolinstance.org.apache.commons.pool2.BaseObjectPool<EPPXMLSignatureSchemaCachingParser> getPool()Gets the pool initialized byEPPXMLSignatureParserPoolfor getting and returning XML Signature parsers.
-
Method Details
-
getInstance
SingletongetInstancemethod for accessing theEPPXMLSignatureParserPoolinstance.- Returns:
EPPXMLSignatureParserPoolSingleton instance.
-
getPool
Gets the pool initialized byEPPXMLSignatureParserPoolfor getting and returning XML Signature parsers.- Returns:
- XML Signature parser pool initialized by
EPPXMLSignatureParserPoolif initialized;nullotherwise.
-