final class WebServiceConfigurationServiceImpl extends java.lang.Object implements WebServiceConfigurationService
Modifier and Type | Field and Description |
---|---|
private WebServiceConfigurationService |
configurationService |
private javax.inject.Provider<WebServiceConfigurationServiceFromEpages6Conf> |
fallbackProvider |
private static org.slf4j.Logger |
LOGGER |
Constructor and Description |
---|
WebServiceConfigurationServiceImpl(WebServiceConfigurationServiceBase configurationService,
javax.inject.Provider<WebServiceConfigurationServiceFromEpages6Conf> fallbackProvider) |
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 static final org.slf4j.Logger LOGGER
private final WebServiceConfigurationService configurationService
private final javax.inject.Provider<WebServiceConfigurationServiceFromEpages6Conf> fallbackProvider
@Inject public WebServiceConfigurationServiceImpl(WebServiceConfigurationServiceBase configurationService, javax.inject.Provider<WebServiceConfigurationServiceFromEpages6Conf> fallbackProvider)
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.