Class MutableMessageBuilderFactory

java.lang.Object
org.springframework.integration.support.MutableMessageBuilderFactory
All Implemented Interfaces:
MessageBuilderFactory

public class MutableMessageBuilderFactory
extends java.lang.Object
implements MessageBuilderFactory
Since:
4.0
  • Constructor Summary

    Constructors 
    Constructor Description
    MutableMessageBuilderFactory()  
  • Method Summary

    Modifier and Type Method Description
    <T> MutableMessageBuilder<T> fromMessage​(org.springframework.messaging.Message<T> message)  
    <T> MutableMessageBuilder<T> withPayload​(T payload)  

    Methods inherited from class java.lang.Object

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