<?xml version='1.0'?>
<introspection version='1.0'>
<methodList>
<methodDescription name='introspection.hello'>
<author>Dan Libby</author>
<purpose>向调用者打招呼并演示内省机制的使用</purpose>
<signatures>
<signature>
<params>
<value type='string' name='name'>调用者的姓名</value>
</params>
<returns>
<value type='string'>对调用者的问候</value>
</returns>
</signature>
</signatures>
<see><item>system.listMethods</item></see>
<examples/>
<errors>
<item>如果未指定调用者的姓名,则返回错误代码 1</item>
</errors>
<notes>
<item>这是一个简单的示例</item>
<item>多个注释的示例</item>
</notes>
<bugs/>
<todo/>
</methodDescription>
</methodList>
</introspection>