diff options
Diffstat (limited to 'qpid/cpp/examples/qmf-agent/schema.xml')
| -rw-r--r-- | qpid/cpp/examples/qmf-agent/schema.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/cpp/examples/qmf-agent/schema.xml b/qpid/cpp/examples/qmf-agent/schema.xml index 3c7755fe83..ad8510106d 100644 --- a/qpid/cpp/examples/qmf-agent/schema.xml +++ b/qpid/cpp/examples/qmf-agent/schema.xml @@ -39,6 +39,12 @@ <arg name="name" dir="I" type="sstr"/> <arg name="childRef" dir="O" type="objId"/> </method> + + <method name="test_method" desc="Test Method with Map and List Arguments"> + <arg name="aMap" dir="IO" type="map"/> + <arg name="aList" dir="IO" type="list"/> + </method> + </class> |
