com.verisign.epp.util
Class EPPXMLSignatureParserPool

java.lang.Object
  extended by com.verisign.epp.util.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.


Field Summary
static java.lang.String POOL
          Name of PoolMan parser pool initialized by EPPXMLSignatureParserPool.
 
Method Summary
static EPPXMLSignatureParserPool getInstance()
          Singleton getInstance method for accessing the EPPXMLSignatureParserPool instance.
 com.codestudio.util.GenericPool getPool()
          Gets the pool initialized by EPPXMLSignatureParserPool for getting and returning XML Signature parsers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POOL

public static final java.lang.String POOL
Name of PoolMan parser pool initialized by EPPXMLSignatureParserPool.

See Also:
Constant Field Values
Method Detail

getInstance

public static EPPXMLSignatureParserPool getInstance()
Singleton getInstance method for accessing the EPPXMLSignatureParserPool instance.

Returns:
EPPXMLSignatureParserPool Singleton instance.

getPool

public com.codestudio.util.GenericPool getPool()
Gets the pool initialized by EPPXMLSignatureParserPool for getting and returning XML Signature parsers.

Returns:
XML Signature parser pool initialized by EPPXMLSignatureParserPool.


Copyright © VeriSign Inc. All Rights Reserved.