Class MessagingMessageListenerAdapter.ReplyExpressionRoot

  • Enclosing class:
    MessagingMessageListenerAdapter<K,​V>

    public static final class MessagingMessageListenerAdapter.ReplyExpressionRoot
    extends java.lang.Object
    Root object for reply expression evaluation.
    Since:
    2.0
    • Constructor Summary

      Constructors 
      Constructor Description
      ReplyExpressionRoot​(java.lang.Object request, java.lang.Object source, java.lang.Object result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getRequest()  
      java.lang.Object getResult()  
      java.lang.Object getSource()  
      • Methods inherited from class java.lang.Object

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

      • ReplyExpressionRoot

        public ReplyExpressionRoot​(java.lang.Object request,
                                   java.lang.Object source,
                                   java.lang.Object result)
    • Method Detail

      • getRequest

        public java.lang.Object getRequest()
      • getSource

        public java.lang.Object getSource()
      • getResult

        public java.lang.Object getResult()