Class EPPTransformerPool

java.lang.Object
com.verisign.epp.pool.transformer.EPPTransformerPool

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

    • getInstance

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

      public org.apache.commons.pool2.BaseObjectPool<Transformer> getPool()
      Gets the pool initialized by EPPTransformerPool for getting and returning transformer.
      Returns:
      Transformer pool initialized by EPPTransformerPool.