public abstract class EPPSrvFactory
extends java.lang.Object
EPPServerCon
interface.Constructor and Description |
---|
EPPSrvFactory() |
Modifier and Type | Method and Description |
---|---|
EPPServerCon |
getEPPServer()
Creates a server socket implements the
EPPServerCon interface
based on the configuration. |
EPPServerCon |
getEPPServer(java.lang.String aServerSocketClass)
Creates a server socket by name that implements the
EPPServerCon
interface. |
public EPPServerCon getEPPServer(java.lang.String aServerSocketClass) throws EPPConException
EPPServerCon
interface.aServerSocketClass
- Server socket by name that implements the EPPServerCon
interface.EPPServerCon
interface.EPPConException
- Error creating server socketpublic EPPServerCon getEPPServer() throws EPPConException
EPPServerCon
interface
based on the configuration.EPPServerCon
interfaceEPPConException
- Error creating server socket