public interface WebServiceConfigurationService
Modifier and Type | Method and Description |
---|---|
de.epages.ws.WebServiceConfiguration |
get(java.lang.String shopId)
it throws
WebServiceConfigurationException if unable to read the
configuration source |
de.epages.ws.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.