final class CartClientFactoryImpl extends java.lang.Object implements CartClientFactory
Modifier and Type | Field and Description |
---|---|
private WebServiceConfigurationService |
configService |
private de.epages.ws.ShopWebServiceFactory |
webServiceFactory |
Constructor and Description |
---|
CartClientFactoryImpl(de.epages.ws.ShopWebServiceFactory webServiceFactory,
WebServiceConfigurationService configService) |
Modifier and Type | Method and Description |
---|---|
de.epages.ws.basket.BasketServiceClient |
getBasketServiceClient(java.lang.String shopId) |
private final de.epages.ws.ShopWebServiceFactory webServiceFactory
private final WebServiceConfigurationService configService
@Inject public CartClientFactoryImpl(de.epages.ws.ShopWebServiceFactory webServiceFactory, @Named(value="withAppKey") WebServiceConfigurationService configService)
public de.epages.ws.basket.BasketServiceClient getBasketServiceClient(java.lang.String shopId)
getBasketServiceClient
in interface CartClientFactory