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
  • Constructor Summary

    Constructors 
    Constructor Description
    StaticHeaderValueMessageProcessor​(T value)  
  • Method Summary

    Modifier and Type Method Description
    T processMessage​(org.springframework.messaging.Message<?> message)
    Process the Message and return a value (or null).

    Methods inherited from class org.springframework.integration.transformer.support.AbstractHeaderValueMessageProcessor

    isOverwrite, setOverwrite

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • processMessage

      public T processMessage​(org.springframework.messaging.Message<?> message)
      Description copied from interface: MessageProcessor
      Process the Message and return a value (or null).
      Parameters:
      message - The message to process.
      Returns:
      The result.