Package com.verisign.epp.transport
Class EPPClientConTst
java.lang.Object
com.verisign.epp.transport.EPPClientConTst
EPPClientConTst : This class is not part of Implementatin. It is provided for
unit testing, Debuging and it may also serve as a Sample Code also.
- Since:
- JDK1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDOCUMENT ME!mkEPPClientCon(String aClientSocketClass) Create client connection object given name of class that implementsEPPClientCon.
-
Constructor Details
-
EPPClientConTst
public EPPClientConTst()
-
-
Method Details
-
mkEPPClientCon
Create client connection object given name of class that implementsEPPClientCon.- Parameters:
aClientSocketClass- Name of client socket connection class that implementsEPPClientCon.- Returns:
- Concrete client socket connection object that implements
EPPClientCon. - Throws:
Exception- Exception creating concrete client connection object
-
main
DOCUMENT ME!- Parameters:
args- DOCUMENT ME!
-