Class AMQTypedValue


  • public abstract class AMQTypedValue
    extends Object
    AMQTypedValue combines together a native Java Object value, and an AMQType, as a fully typed AMQP parameter value. It provides the ability to read and write fully typed parameters to and from byte buffers. It also provides the ability to create such parameters from Java native value and a type tag or to extract the native value and type from one.
    • Constructor Detail

      • AMQTypedValue

        public AMQTypedValue()