<?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>