public interface WebServiceConfigurationService
Modifier and Type | Method and Description |
---|---|
WebServiceConfiguration |
get(java.lang.String shopId)
it throws
WebServiceConfigurationException if unable to read the
configuration source |
default java.lang.String |
getWebServiceURL(java.lang.String shopId,
java.lang.String storeName,
java.lang.String url) |
WebServiceConfiguration get(java.lang.String shopId)
WebServiceConfigurationException
if unable to read the
configuration sourceshopId
- the id of the shop for which the
WebServiceConfiguration
is requiredWebServiceConfiguration
of the specified shop or
null
if none was found.default java.lang.String getWebServiceURL(java.lang.String shopId, java.lang.String storeName, java.lang.String url)