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.headerExpressionsprotected final Map<String,HeaderValueMessageProcessor<?>> HeaderEnricherSpec.headerToAddMethods in org.springframework.integration.dsl with parameters of type HeaderValueMessageProcessorModifier and TypeMethodDescription<V> EnricherSpecEnricherSpec.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 TypeMethodDescriptionvoidContentEnricher.setHeaderExpressions(Map<String, HeaderValueMessageProcessor<?>> headerExpressions) Provide the map ofHeaderValueMessageProcessorto evaluate when enriching the target MessageHeaders.voidContentEnricher.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 TypeClassDescriptionclassclassclassclassTheRoutingSlipHeaderValueMessageProcessorspecific implementation.class -
Uses of HeaderValueMessageProcessor in org.springframework.integration.xml.transformer.support
Classes in org.springframework.integration.xml.transformer.support that implement HeaderValueMessageProcessor