Class AbstractHeaderValueMessageProcessor<T>

java.lang.Object
org.springframework.integration.transformer.support.AbstractHeaderValueMessageProcessor<T>
All Implemented Interfaces:
MessageProcessor<T>, HeaderValueMessageProcessor<T>
Direct Known Subclasses:
ExpressionEvaluatingHeaderValueMessageProcessor, MessageProcessingHeaderValueMessageProcessor, RoutingSlipHeaderValueMessageProcessor, StaticHeaderValueMessageProcessor

public abstract class AbstractHeaderValueMessageProcessor<T>
extends java.lang.Object
implements HeaderValueMessageProcessor<T>
Since:
3.0
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractHeaderValueMessageProcessor()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean isOverwrite()  
    void setOverwrite​(java.lang.Boolean overwrite)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.integration.handler.MessageProcessor

    processMessage