Package com.verisign.epp.transport
Class EPPSrvFactorySingle
- java.lang.Object
-
- com.verisign.epp.transport.EPPSrvFactory
-
- com.verisign.epp.transport.EPPSrvFactorySingle
-
public class EPPSrvFactorySingle extends EPPSrvFactory
SingletonEPPSrvFactoryclass.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EPPSrvFactorySinglegetInstance()This is lazy singleton.-
Methods inherited from class com.verisign.epp.transport.EPPSrvFactory
getEPPServer, getEPPServer
-
-
-
-
Method Detail
-
getInstance
public static EPPSrvFactorySingle getInstance()
This is lazy singleton. After the first call, the Singleton instance will be instantiated.- Returns:
- Singleton instance of
EPPSrvFactorySingle.
-
-