Class SQSMessage.JMSMessagePropertyValue

  • Enclosing class:
    SQSMessage

    public static class SQSMessage.JMSMessagePropertyValue
    extends Object
    This class is used fulfill object value, corresponding SQS message attribute type and message attribute string value.
    • Constructor Detail

      • JMSMessagePropertyValue

        public JMSMessagePropertyValue​(String stringValue,
                                       String type)
                                throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • JMSMessagePropertyValue

        public JMSMessagePropertyValue​(Object value)
                                throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
      • JMSMessagePropertyValue

        public JMSMessagePropertyValue​(Object value,
                                       String type)
                                throws javax.jms.JMSException
        Throws:
        javax.jms.JMSException
    • Method Detail

      • getType

        public String getType()
      • getValue

        public Object getValue()
      • getStringMessageAttributeValue

        public String getStringMessageAttributeValue()