| Package | Description |
|---|---|
| org.apache.qpid.server.protocol.v0_8 |
| Modifier and Type | Method and Description |
|---|---|
AMQTypedValue |
AMQType.asTypedValue(Object value)
Converts an instance of the type to an equivalent Java native representation, packaged as an
AMQTypedValue tagged with its AMQP type. |
static AMQTypedValue |
AMQTypedValue.createAMQTypedValue(AMQType type,
Object value) |
static AMQTypedValue |
AMQTypedValue.createAMQTypedValue(int i) |
static AMQTypedValue |
AMQTypedValue.createAMQTypedValue(long value) |
static AMQTypedValue |
AMQTypedValue.readFromBuffer(QpidByteBuffer buffer) |
static AMQTypedValue |
AMQTypedValue.toTypedValue(Object val) |
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.