Uses of Interface
de.hybris.platform.outboundservices.client.IntegrationRestTemplateFactory
Packages that use IntegrationRestTemplateFactory
Package
Description
-
Uses of IntegrationRestTemplateFactory in de.hybris.platform.outboundservices.client.impl
Classes in de.hybris.platform.outboundservices.client.impl that implement IntegrationRestTemplateFactoryModifier and TypeClassDescriptionclassThe 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 IntegrationRestTemplateFactoryModifier and TypeMethodDescriptionprotected IntegrationRestTemplateFactoryDefaultCsrfOutboundRequestDecorator.getIntegrationRestTemplateFactory()Methods in de.hybris.platform.outboundservices.decorator.impl.csrf with parameters of type IntegrationRestTemplateFactoryModifier and TypeMethodDescriptionvoidDefaultCsrfOutboundRequestDecorator.setIntegrationRestTemplateFactory(IntegrationRestTemplateFactory integrationRestTemplateFactory) -
Uses of IntegrationRestTemplateFactory in de.hybris.platform.outboundservices.facade.impl
Methods in de.hybris.platform.outboundservices.facade.impl that return IntegrationRestTemplateFactoryModifier and TypeMethodDescriptionprotected IntegrationRestTemplateFactoryDefaultOutboundServiceFacade.getIntegrationRestTemplateFactory()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.outboundservices.facade.impl with parameters of type IntegrationRestTemplateFactoryModifier and TypeMethodDescriptionvoidDefaultOutboundServiceFacade.setIntegrationRestTemplateFactory(IntegrationRestTemplateFactory integrationRestTemplateFactory) Deprecated, for removal: This API element is subject to removal in a future version.IntegrationRestTemplateFactoryis not needed anymore in this class and will be removedConstructors in de.hybris.platform.outboundservices.facade.impl with parameters of type IntegrationRestTemplateFactoryModifierConstructorDescriptionDefaultRemoteSystemClient(@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 IntegrationRestTemplateFactoryModifierConstructorDescriptionDefaultDeleteRequestSender(@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 IntegrationRestTemplateFactoryModifierConstructorDescriptionDefaultWebhookValidationService(@NotNull IntegrationRestTemplateFactory integrationRestTemplateFactory, @NotNull OutboundServiceFacade outboundServiceFacade) Deprecated, for removal: This API element is subject to removal in a future version.Use theDefaultWebhookValidationService(RemoteSystemClient, OutboundServiceFacade, CloudEventHeadersService)constructor instead.DefaultWebhookValidationService(@NotNull IntegrationRestTemplateFactory integrationRestTemplateFactory, @NotNull OutboundServiceFacade outboundServiceFacade, @NotNull CloudEventHeadersService cloudEventHeadersService) Deprecated, for removal: This API element is subject to removal in a future version.Use theDefaultWebhookValidationService(RemoteSystemClient, OutboundServiceFacade, CloudEventHeadersService)constructor instead.
IntegrationRestTemplateFactoryis not needed anymore in this class and will be removed