Uses of Interface
de.hybris.platform.outboundservices.client.IntegrationRestTemplateFactory
-
-
Uses of IntegrationRestTemplateFactory in de.hybris.platform.outboundservices.client.impl
Classes in de.hybris.platform.outboundservices.client.impl that implement IntegrationRestTemplateFactory Modifier and Type Class Description classDefaultIntegrationRestTemplateFactoryThe default implementation of the factory to create rest template instance. -
Uses of IntegrationRestTemplateFactory in de.hybris.platform.outboundservices.decorator.impl.csrf
Methods in de.hybris.platform.outboundservices.decorator.impl.csrf that return IntegrationRestTemplateFactory Modifier and Type Method Description protected IntegrationRestTemplateFactoryDefaultCsrfOutboundRequestDecorator. getIntegrationRestTemplateFactory()Methods in de.hybris.platform.outboundservices.decorator.impl.csrf with parameters of type IntegrationRestTemplateFactory Modifier and Type Method Description voidDefaultCsrfOutboundRequestDecorator. setIntegrationRestTemplateFactory(IntegrationRestTemplateFactory integrationRestTemplateFactory) -
Uses of IntegrationRestTemplateFactory in de.hybris.platform.outboundservices.facade.impl
Methods in de.hybris.platform.outboundservices.facade.impl that return IntegrationRestTemplateFactory Modifier and Type Method Description protected IntegrationRestTemplateFactoryDefaultOutboundServiceFacade. getIntegrationRestTemplateFactory()Methods in de.hybris.platform.outboundservices.facade.impl with parameters of type IntegrationRestTemplateFactory Modifier and Type Method Description voidDefaultOutboundServiceFacade. setIntegrationRestTemplateFactory(IntegrationRestTemplateFactory integrationRestTemplateFactory)Deprecated, for removal: This API element is subject to removal in a future version.use theDefaultOutboundServiceFacade(DecoratorContextFactory, RemoteSystemClient)constructor instead.Constructors in de.hybris.platform.outboundservices.facade.impl with parameters of type IntegrationRestTemplateFactory Constructor Description DefaultRemoteSystemClient(@NotNull IntegrationRestTemplateFactory factory)Instantiates this client with required dependencies. -
Uses of IntegrationRestTemplateFactory in de.hybris.platform.outboundservices.service.impl
Constructors in de.hybris.platform.outboundservices.service.impl with parameters of type IntegrationRestTemplateFactory Constructor Description DefaultDeleteRequestSender(@NotNull IntegrationRestTemplateFactory factory, @NotNull RequestDecoratorService decoratorService)Instantiates this sender -
Uses of IntegrationRestTemplateFactory in de.hybris.platform.webhookservices.service.impl
Constructors in de.hybris.platform.webhookservices.service.impl with parameters of type IntegrationRestTemplateFactory Constructor Description DefaultWebhookValidationService(@NotNull IntegrationRestTemplateFactory integrationRestTemplateFactory, @NotNull OutboundServiceFacade outboundServiceFacade)Deprecated, for removal: This API element is subject to removal in a future version.Since 2111.DefaultWebhookValidationService(@NotNull IntegrationRestTemplateFactory integrationRestTemplateFactory, @NotNull OutboundServiceFacade outboundServiceFacade, @NotNull CloudEventHeadersService cloudEventHeadersService)Instantiates theDefaultWebhookValidationService
-