Class EPPConfigProxyServersLocator
- java.lang.Object
-
- com.verisign.epp.transport.client.EPPConfigProxyServersLocator
-
- All Implemented Interfaces:
EPPProxyServersLocator
public class EPPConfigProxyServersLocator extends java.lang.Object implements EPPProxyServersLocator
Default implementation of theEPPProxyServersLocator
interface that returns the proxy servers setting from the configuration file that are defined by the EPP.ProxyServers property.
-
-
Constructor Summary
Constructors Constructor Description EPPConfigProxyServersLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
getProxyServers()
Gets the proxy servers from theEPPEnv
class using theEPPEnv.getProxyServers()
method and converts them to aList
ofEPPProxyServer
instances.
-
-
-
Method Detail
-
getProxyServers
public java.util.List getProxyServers()
Gets the proxy servers from theEPPEnv
class using theEPPEnv.getProxyServers()
method and converts them to aList
ofEPPProxyServer
instances.- Specified by:
getProxyServers
in interfaceEPPProxyServersLocator
- Returns:
- List of
EPPProxyServers
servers in the correct format if defined;null
otherwise.
-
-