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)
-