public final class WebServiceConfigurationServiceFromEpages6Conf extends java.lang.Object implements WebServiceConfigurationService
Modifier and Type | Field and Description |
---|---|
private Ep6WsConfiguration |
storeConfig |
Constructor and Description |
---|
WebServiceConfigurationServiceFromEpages6Conf(Ep6WsConfiguration storeConfig) |
Modifier and Type | Method and Description |
---|---|
WebServiceConfiguration |
get(java.lang.String shopId,
java.lang.String storename)
it throws
WebServiceConfigurationException if unable to read the
configuration source |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWebServiceURL
private Ep6WsConfiguration storeConfig
@Inject public WebServiceConfigurationServiceFromEpages6Conf(Ep6WsConfiguration storeConfig)
public WebServiceConfiguration get(java.lang.String shopId, java.lang.String storename)
WebServiceConfigurationService
WebServiceConfigurationException
if unable to read the
configuration sourceget
in interface WebServiceConfigurationService
shopId
- the id of the shop for which the
WebServiceConfiguration
is requiredWebServiceConfiguration
of the specified shop or
null
if none was found.