Class StaticHeaderValueMessageProcessor<T>
java.lang.Object
org.springframework.integration.transformer.support.AbstractHeaderValueMessageProcessor<T>
org.springframework.integration.transformer.support.StaticHeaderValueMessageProcessor<T>
- Type Parameters:
T
- the value type.
- All Implemented Interfaces:
MessageProcessor<T>
,HeaderValueMessageProcessor<T>
- Since:
- 3.0
- Author:
- Mark Fisher, Artem Bilan
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocessMessage
(Message<?> message) Process the Message and return a value (or null).Methods inherited from class org.springframework.integration.transformer.support.AbstractHeaderValueMessageProcessor
isOverwrite, setOverwrite
-
Constructor Details
-
StaticHeaderValueMessageProcessor
-
-
Method Details
-
processMessage
Description copied from interface:MessageProcessor
Process the Message and return a value (or null).- Parameters:
message
- The message to process.- Returns:
- The result.
-