Package | Description |
---|---|
org.apache.qpid.framing |
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) |
AMQTypedValue |
FieldTable.getProperty(AMQShortString string) |
static AMQTypedValue |
AMQTypedValue.readFromBuffer(MarkableDataInput buffer) |
AMQTypedValue |
FieldTable.removeKey(AMQShortString key) |
static AMQTypedValue |
AMQTypedValue.toTypedValue(Object val) |
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<AMQShortString,AMQTypedValue>> |
FieldTable.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
FieldTable.FieldTableElementProcessor.processElement(String propertyName,
AMQTypedValue value) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.