Package com.verisign.epp.pool.parser
Class EPPXMLSignatureParserPool
- java.lang.Object
-
- com.verisign.epp.pool.parser.EPPXMLSignatureParserPool
-
public class EPPXMLSignatureParserPool extends java.lang.ObjectSingleton parser pool class that initializes the parser pool at initialization, and provides agetPool()to get the initialized pool.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EPPXMLSignatureParserPoolgetInstance()SingletongetInstancemethod for accessing theEPPXMLSignatureParserPoolinstance.org.apache.commons.pool2.BaseObjectPool<EPPXMLSignatureSchemaCachingParser>getPool()Gets the pool initialized byEPPXMLSignatureParserPoolfor getting and returning XML Signature parsers.
-
-
-
Method Detail
-
getInstance
public static EPPXMLSignatureParserPool getInstance()
SingletongetInstancemethod for accessing theEPPXMLSignatureParserPoolinstance.- Returns:
EPPXMLSignatureParserPoolSingleton instance.
-
getPool
public org.apache.commons.pool2.BaseObjectPool<EPPXMLSignatureSchemaCachingParser> getPool()
Gets the pool initialized byEPPXMLSignatureParserPoolfor getting and returning XML Signature parsers.- Returns:
- XML Signature parser pool initialized by
EPPXMLSignatureParserPoolif initialized;nullotherwise.
-
-