Uses of Interface
org.springframework.integration.transformer.support.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
Modifier and TypeFieldDescriptionprotected final Map<String,
HeaderValueMessageProcessor<?>> EnricherSpec.headerExpressions
protected final Map<String,
HeaderValueMessageProcessor<?>> HeaderEnricherSpec.headerToAdd
Modifier 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
Modifier 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) ModifierConstructorDescriptionHeaderEnricher
(Map<String, ? extends HeaderValueMessageProcessor<?>> headersToAdd) Create a HeaderEnricher with the given map of headers. -
Uses of HeaderValueMessageProcessor in org.springframework.integration.transformer.support
Modifier and TypeClassDescriptionclass
class
class
class
TheRoutingSlip
HeaderValueMessageProcessor
specific implementation.class
-
Uses of HeaderValueMessageProcessor in org.springframework.integration.xml.transformer.support