Class MessageBasedReply

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EXCEPTION_PROP  
      static java.lang.String OK_PROP  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.jms.Message fillMessage​(javax.jms.Message message)  
      java.lang.String getException()  
      boolean isOk()  
      void setException​(java.lang.String exception)  
      void setOk​(boolean ok)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • MessageBasedReply

        protected MessageBasedReply()
      • MessageBasedReply

        protected MessageBasedReply​(javax.jms.Message message)
                             throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
    • Method Detail

      • isOk

        public boolean isOk()
      • setOk

        public void setOk​(boolean ok)
      • getException

        public java.lang.String getException()
      • setException

        public void setException​(java.lang.String exception)
      • fillMessage

        public javax.jms.Message fillMessage​(javax.jms.Message message)
                                      throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object