summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-12-05 18:37:18 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-12-05 18:37:18 +0000
commit2e4d9c40a39cb0a89cfaae57a3aaca97ce133fbc (patch)
treeba5fd44f48a1519db1f6696bfdffc1d107df1e48 /qpid/cpp
parent3259d875114106fe2543e02d43b9562185de8226 (diff)
downloadqpid-python-2e4d9c40a39cb0a89cfaae57a3aaca97ce133fbc.tar.gz
FieldTable change.
FieldTable is now an interface with a PropertyFieldTable.java implementation. This PropertyFieldTable has been updated to handle the wire level encoding and decoding of the underlying map. It also allows XML encoding of the data as used by JMSMapMessage. Currently the AMQP doesn't support all the Java primitives as a result all values are written out as XML using a prefix of 'X'. (See QPID-9 for further details) Changes where not specified are changes from new FieldTable() to FieldTableFactory.newFieldTable() AbstractJMSMessage.java - the type prefixing of properties is now not requried as all the functionality has been moved to PropertyFieldTable.java. In addition set/getObjectProperty is now implemented as PFT does this. basic Tests have been updated to send all property values. FieldTableKeyEnumeration.java has been removed as it is nolonger required. The PFT handles this internally. ToDo: The Tests need to be consolidated so that there is a clear view of the code coverage. QPID-158 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@482733 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
0 files changed, 0 insertions, 0 deletions