Uses of Class
org.apache.qpid.framing.AMQTypedValue

Packages that use AMQTypedValue
org.apache.qpid.framing   
 

Uses of AMQTypedValue in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return AMQTypedValue
 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.
 AMQTypedValue FieldTable.getProperty(AMQShortString string)
           
static AMQTypedValue AMQTypedValue.readFromBuffer(org.apache.mina.common.ByteBuffer buffer)
           
 AMQTypedValue FieldTable.removeKey(AMQShortString key)
           
static AMQTypedValue AMQTypedValue.toTypedValue(Object val)
           
 

Methods in org.apache.qpid.framing that return types with arguments of type AMQTypedValue
 Iterator<Map.Entry<AMQShortString,AMQTypedValue>> FieldTable.iterator()
           
 

Methods in org.apache.qpid.framing with parameters of type AMQTypedValue
 boolean FieldTable.FieldTableElementProcessor.processElement(String propertyName, AMQTypedValue value)
           
 



Licensed to the Apache Software Foundation