Uses of Interface
org.springframework.integration.transformer.support.HeaderValueMessageProcessor
Packages that use HeaderValueMessageProcessor
Package
Description
Root package of the Spring Integration Java DSL.
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
Contains support classes for Transformers.
Contains support classes for Transformers.
-
Uses of HeaderValueMessageProcessor in org.springframework.integration.dsl
Fields in org.springframework.integration.dsl with type parameters of type HeaderValueMessageProcessorModifier and TypeFieldDescriptionprotected final Map
<String, HeaderValueMessageProcessor<?>> EnricherSpec.headerExpressions
protected final Map
<String, HeaderValueMessageProcessor<?>> HeaderEnricherSpec.headerToAdd
Methods in org.springframework.integration.dsl with parameters of type HeaderValueMessageProcessorModifier and TypeMethodDescription<V> EnricherSpec
EnricherSpec.header
(String headerName, HeaderValueMessageProcessor<V> headerValueMessageProcessor) Set a header value using an explicitHeaderValueMessageProcessor
.HeaderEnricherSpec.header
(String headerName, HeaderValueMessageProcessor<V> headerValueMessageProcessor) Add a single header specification where the value is obtained by calling theHeaderValueMessageProcessor
. -
Uses of HeaderValueMessageProcessor in org.springframework.integration.transformer
Method parameters in org.springframework.integration.transformer with type arguments of type HeaderValueMessageProcessorModifier and TypeMethodDescriptionvoid
ContentEnricher.setHeaderExpressions
(Map<String, HeaderValueMessageProcessor<?>> headerExpressions) Provide the map ofHeaderValueMessageProcessor
to evaluate when enriching the target MessageHeaders.void
ContentEnricher.setNullResultHeaderExpressions
(Map<String, HeaderValueMessageProcessor<?>> nullResultHeaderExpressions) Constructor parameters in org.springframework.integration.transformer with type arguments of type HeaderValueMessageProcessorModifierConstructorDescriptionHeaderEnricher
(Map<String, ? extends HeaderValueMessageProcessor<?>> headersToAdd) Create a HeaderEnricher with the given map of headers. -
Uses of HeaderValueMessageProcessor in org.springframework.integration.transformer.support
Classes in org.springframework.integration.transformer.support that implement HeaderValueMessageProcessorModifier and TypeClassDescriptionclass
class
class
class
TheRoutingSlip
HeaderValueMessageProcessor
specific implementation.class
-
Uses of HeaderValueMessageProcessor in org.springframework.integration.xml.transformer.support
Classes in org.springframework.integration.xml.transformer.support that implement HeaderValueMessageProcessor