Class StaticHeaderValueMessageProcessor<T>
java.lang.Object
org.springframework.integration.transformer.support.AbstractHeaderValueMessageProcessor<T>
org.springframework.integration.transformer.support.StaticHeaderValueMessageProcessor<T>
- All Implemented Interfaces:
MessageProcessor<T>,HeaderValueMessageProcessor<T>
public class StaticHeaderValueMessageProcessor<T> extends AbstractHeaderValueMessageProcessor<T>
- Since:
- 3.0
- Author:
- Mark Fisher, Artem Bilan
-
Constructor Summary
Constructors Constructor Description StaticHeaderValueMessageProcessor(T value) -
Method Summary
Modifier and Type Method Description TprocessMessage(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
-
Method Details
-
processMessage
Description copied from interface:MessageProcessorProcess the Message and return a value (or null).- Parameters:
message- The message to process.- Returns:
- The result.
-