Uses of Interface
de.hybris.platform.outboundservices.decorator.OutboundRequestDecorator
Packages that use OutboundRequestDecorator
Package
Description
-
Uses of OutboundRequestDecorator in de.hybris.platform.outboundservices.decorator
Constructor parameters in de.hybris.platform.outboundservices.decorator with type arguments of type OutboundRequestDecoratorModifierConstructorDescriptionInstantiates this decorator executionInstantiates this decorator execution -
Uses of OutboundRequestDecorator in de.hybris.platform.outboundservices.decorator.impl
Classes in de.hybris.platform.outboundservices.decorator.impl that implement OutboundRequestDecoratorModifier and TypeClassDescriptionclassclassThis decorator throws aDecoratorContextErrorExceptionexception when errors are present in theDecoratorContext.classclassclassMethod parameters in de.hybris.platform.outboundservices.decorator.impl with type arguments of type OutboundRequestDecoratorModifier and TypeMethodDescriptionvoidDefaultRequestDecoratorService.setDecorators(List<OutboundRequestDecorator> decorators) -
Uses of OutboundRequestDecorator in de.hybris.platform.outboundservices.decorator.impl.csrf
Classes in de.hybris.platform.outboundservices.decorator.impl.csrf that implement OutboundRequestDecoratorModifier and TypeClassDescriptionclassDecorates SAP CPI outbound requests with CSRF tokens. -
Uses of OutboundRequestDecorator in de.hybris.platform.outboundservices.facade.impl
Methods in de.hybris.platform.outboundservices.facade.impl that return OutboundRequestDecoratorModifier and TypeMethodDescriptionprotected OutboundRequestDecoratorDefaultOutboundServiceFacade.getMonitoringDecorator()Methods in de.hybris.platform.outboundservices.facade.impl that return types with arguments of type OutboundRequestDecoratorModifier and TypeMethodDescriptionprotected List<OutboundRequestDecorator>DefaultOutboundServiceFacade.addMonitoringDecorator(List<OutboundRequestDecorator> requestDecorators) Deprecated, for removal: This API element is subject to removal in a future version.protected List<OutboundRequestDecorator>DefaultOutboundServiceFacade.getOutboundRequestDecorators()Deprecated, for removal: This API element is subject to removal in a future version.used only in the other deprecatedprotectedmethods.Methods in de.hybris.platform.outboundservices.facade.impl with parameters of type OutboundRequestDecoratorModifier and TypeMethodDescriptionvoidDefaultOutboundServiceFacade.setMonitoringDecorator(OutboundRequestDecorator monitoringDecorator) Method parameters in de.hybris.platform.outboundservices.facade.impl with type arguments of type OutboundRequestDecoratorModifier and TypeMethodDescriptionprotected List<OutboundRequestDecorator>DefaultOutboundServiceFacade.addMonitoringDecorator(List<OutboundRequestDecorator> requestDecorators) Deprecated, for removal: This API element is subject to removal in a future version.not used: code was previously invoked inDefaultOutboundServiceFacade.createHttpEntity(HttpHeaders, Map, DecoratorContext)) which has also been deprecated.voidDefaultOutboundServiceFacade.setOutboundRequestDecorators(List<OutboundRequestDecorator> decorators) Deprecated, for removal: This API element is subject to removal in a future version.used only in the other deprecatedprotectedmethods. -
Uses of OutboundRequestDecorator in de.hybris.platform.webhookservices.decorator
Classes in de.hybris.platform.webhookservices.decorator that implement OutboundRequestDecoratorModifier and TypeClassDescriptionclassCloudEvent headers implementation ofOutboundRequestDecoratorclassA webhook payload decorator.
DefaultOutboundServiceFacade.createHttpEntity(HttpHeaders, Map, DecoratorContext)) which has also been deprecated.