Class DefaultIntegrationRestTemplateFactory
java.lang.Object
de.hybris.platform.outboundservices.client.impl.DefaultIntegrationRestTemplateFactory
- All Implemented Interfaces:
IntegrationRestTemplateFactory
public class DefaultIntegrationRestTemplateFactory
extends Object
implements IntegrationRestTemplateFactory
The default implementation of the factory to create rest template instance.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.client.RestOperationscreate(ConsumedDestinationModel destination) Create a rest template by given consumed destination model.protected List<IntegrationRestTemplateCreator>voidsetRestTemplateCreators(List<IntegrationRestTemplateCreator> restTemplateCreators)
-
Constructor Details
-
DefaultIntegrationRestTemplateFactory
public DefaultIntegrationRestTemplateFactory()
-
-
Method Details
-
create
Description copied from interface:IntegrationRestTemplateFactoryCreate a rest template by given consumed destination model.- Specified by:
createin interfaceIntegrationRestTemplateFactory- Parameters:
destination- consumed destination model- Returns:
- restTemplate
-
getRestTemplateCreators
-
setRestTemplateCreators
-