Class EPPTransformerPool
java.lang.Object
com.verisign.epp.pool.transformer.EPPTransformerPool
Singleton transformer pool class that initializes the transformer pool at
initialization, and provides a
getPool() to get the initialized
pool.-
Method Summary
Modifier and TypeMethodDescriptionstatic EPPTransformerPoolSingletongetInstancemethod for accessing theEPPTransformerPoolinstance.org.apache.commons.pool2.BaseObjectPool<Transformer> getPool()Gets the pool initialized byEPPTransformerPoolfor getting and returning transformer.
-
Method Details
-
getInstance
SingletongetInstancemethod for accessing theEPPTransformerPoolinstance.- Returns:
EPPTransformerPoolSingleton instance.
-
getPool
Gets the pool initialized byEPPTransformerPoolfor getting and returning transformer.- Returns:
- Transformer pool initialized by
EPPTransformerPool.
-