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 theEPPProxyServersLocatorinterface 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.ListgetProxyServers()Gets the proxy servers from theEPPEnvclass using theEPPEnv.getProxyServers()method and converts them to aListofEPPProxyServerinstances.
-
-
-
Method Detail
-
getProxyServers
public java.util.List getProxyServers()
Gets the proxy servers from theEPPEnvclass using theEPPEnv.getProxyServers()method and converts them to aListofEPPProxyServerinstances.- Specified by:
getProxyServersin interfaceEPPProxyServersLocator- Returns:
- List of
EPPProxyServersservers in the correct format if defined;nullotherwise.
-
-