Package com.verisign.epp.interfaces
Class EPPApplicationSingle
- java.lang.Object
-
- com.verisign.epp.interfaces.EPPApplication
-
- com.verisign.epp.interfaces.EPPApplicationSingle
-
public class EPPApplicationSingle extends EPPApplication
Singleton class forEPPApplicationthat is used to initialize the EPP SDK.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EPPApplicationSinglegetInstance()Method to get the Singleton instance ofEPPApplicationSingle.-
Methods inherited from class com.verisign.epp.interfaces.EPPApplication
endApplication, initialize, initialize, initialize, initialize
-
-
-
-
Method Detail
-
getInstance
public static EPPApplicationSingle getInstance()
Method to get the Singleton instance ofEPPApplicationSingle.- Returns:
- an instance of
EPPApplicationSingle
-
-