Package | Description |
---|---|
org.springframework.integration.transformer |
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentEnricher.setHeaderExpressions(Map<String,HeaderValueMessageProcessor<?>> headerExpressions)
Provide the map of
HeaderValueMessageProcessor to evaluate when enriching
the target MessageHeaders. |
Constructor and Description |
---|
HeaderEnricher(Map<String,? extends HeaderValueMessageProcessor<?>> headersToAdd)
Create a HeaderEnricher with the given map of headers.
|
Copyright © 2016. All rights reserved.