Class EPPPlainServerSingle
- java.lang.Object
-
- com.verisign.epp.transport.server.EPPPlainServer
-
- com.verisign.epp.transport.server.EPPPlainServerSingle
-
- All Implemented Interfaces:
EPPServerCon
public class EPPPlainServerSingle extends EPPPlainServer
Singleton of theEPPPlainServer.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EPPPlainServerSinglegetInstance()Gets the Singleton instance, which will throw theEPPConExceptionif there is an error with the Singleton instantiation.-
Methods inherited from class com.verisign.epp.transport.server.EPPPlainServer
close, loop, RunServer
-
-
-
-
Method Detail
-
getInstance
public static EPPPlainServerSingle getInstance() throws EPPConException
Gets the Singleton instance, which will throw theEPPConExceptionif there is an error with the Singleton instantiation.- Returns:
- Singleton instance of
EPPPlainServerSingle - Throws:
EPPConException- Error creating Singleton instance
-
-