Uses of Class
org.apache.qpid.server.protocol.v0_8.AMQTypedValue
-
Packages that use AMQTypedValue Package Description org.apache.qpid.server.protocol.v0_8 -
-
Uses of AMQTypedValue in org.apache.qpid.server.protocol.v0_8
Methods in org.apache.qpid.server.protocol.v0_8 that return AMQTypedValue Modifier and Type Method Description AMQTypedValueAMQType. asTypedValue(java.lang.Object value)Converts an instance of the type to an equivalent Java native representation, packaged as anAMQTypedValuetagged with its AMQP type.static AMQTypedValueAMQTypedValue. createAMQTypedValue(int i)static AMQTypedValueAMQTypedValue. createAMQTypedValue(long value)static AMQTypedValueAMQTypedValue. createAMQTypedValue(AMQType type, java.lang.Object value)static AMQTypedValueAMQTypedValue. readFromBuffer(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer)static AMQTypedValueAMQTypedValue. toTypedValue(java.lang.Object val)
-