public class DefaultIntegrationRestTemplateFactory extends java.lang.Object implements IntegrationRestTemplateFactory
| Constructor and Description |
|---|
DefaultIntegrationRestTemplateFactory() |
| Modifier and Type | Method and Description |
|---|---|
RestOperations |
create(ConsumedDestinationModel destination)
Create a rest template by given consumed destination model.
|
protected java.util.List<IntegrationRestTemplateCreator> |
getRestTemplateCreators() |
void |
setRestTemplateCreators(java.util.List<IntegrationRestTemplateCreator> restTemplateCreators) |
public DefaultIntegrationRestTemplateFactory()
public RestOperations create(ConsumedDestinationModel destination)
IntegrationRestTemplateFactorycreate in interface IntegrationRestTemplateFactorydestination - consumed destination modelprotected java.util.List<IntegrationRestTemplateCreator> getRestTemplateCreators()
public void setRestTemplateCreators(java.util.List<IntegrationRestTemplateCreator> restTemplateCreators)
Copyright © 2018 SAP SE. All Rights Reserved.