summaryrefslogtreecommitdiff
path: root/cpp/xml
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-04-20 12:10:37 +0000
committerGordon Sim <gsim@apache.org>2008-04-20 12:10:37 +0000
commit0637677cf6653256b67c82dcb74f35133601220c (patch)
tree8507bb8373e8b6dfd8c9b96fcb4b262fd4d61501 /cpp/xml
parent48dab065ef526f68a5a7d4c4ba22c5b8b2e2e026 (diff)
downloadqpid-python-0637677cf6653256b67c82dcb74f35133601220c.tar.gz
QPID-920: converted c++ client to use final 0-10 protocol
* connection handler converted to using invoker & proxy and updated to final method defs * SessionCore & ExecutionHandler replace by SessionImpl * simplified handling of completion & results, removed handling of responses git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@649915 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
-rw-r--r--cpp/xml/extra.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/cpp/xml/extra.xml b/cpp/xml/extra.xml
index 36a76765d5..5cb37ae65f 100644
--- a/cpp/xml/extra.xml
+++ b/cpp/xml/extra.xml
@@ -623,7 +623,7 @@
<class name="message010" index="4">
<doc>blah, blah</doc>
- <method name = "transfer" index="1">
+ <method name = "transfer" content="1" index="1">
<doc>blah, blah</doc>
<chassis name="server" implement="MUST" />
<chassis name="client" implement="MUST" />
@@ -818,7 +818,7 @@
<method name = "declare" index="1">
<doc>blah, blah</doc>
<chassis name="server" implement="MUST" />
- <field name="name" domain="shortstr"/>
+ <field name="exchange" domain="shortstr"/>
<field name="type" domain="shortstr"/>
<field name="alternate-exchange" domain="shortstr"/>
<field name="passive" domain="bit"/>
@@ -829,7 +829,7 @@
<method name = "delete" index="2">
<doc>blah, blah</doc>
<chassis name="server" implement="MUST" />
- <field name="name" domain="shortstr"/>
+ <field name="exchange" domain="shortstr"/>
<field name="if-unused" domain="bit"/>
</method>
<method name = "query" index="3">
@@ -863,8 +863,8 @@
<method name = "bound" index="6">
<doc>blah, blah</doc>
<chassis name="server" implement="MUST" />
- <field name="queue" domain="shortstr"/>
<field name="exchange" domain="shortstr"/>
+ <field name="queue" domain="shortstr"/>
<field name="binding-key" domain="shortstr"/>
<field name="arguments" domain="table"/>
<result>
@@ -884,7 +884,7 @@
<method name = "declare" index="1">
<doc>blah, blah</doc>
<chassis name="server" implement="MUST" />
- <field name="name" domain="shortstr"/>
+ <field name="queue" domain="shortstr"/>
<field name="alternate-exchange" domain="shortstr"/>
<field name="passive" domain="bit"/>
<field name="durable" domain="bit"/>
@@ -895,25 +895,25 @@
<method name = "delete" index="2">
<doc>blah, blah</doc>
<chassis name="server" implement="MUST" />
- <field name="name" domain="shortstr"/>
+ <field name="queue" domain="shortstr"/>
<field name="if-unused" domain="bit"/>
<field name="if-empty" domain="bit"/>
</method>
<method name = "purge" index="3">
<doc>blah, blah</doc>
<chassis name="server" implement="MUST" />
- <field name="name" domain="shortstr"/>
+ <field name="queue" domain="shortstr"/>
</method>
<method name = "query" index="4">
<doc>blah, blah</doc>
<chassis name="server" implement="MUST" />
- <field name="name" domain="shortstr"/>
+ <field name="queue" domain="shortstr"/>
<result>
<struct size="long" type="1">
<field name="name" domain="shortstr"/>
<field name="alternate-exchange" domain="shortstr"/>
- <field name="passive" domain="bit"/>
<field name="durable" domain="bit"/>
+ <field name="exclusive" domain="bit"/>
<field name="auto-delete" domain="bit"/>
<field name="arguments" domain="table"/>
<field name="message-count" domain="long"/>