method:==( help |パラメーター )
<methods>
, <interface />
<help>
<parameters>
この要素を使用して、SOAP メソッドを定義できます。
SOAP メソッドを使用すると、アプリケーションプロセスが有効になります。
新しいメソッド(非ネイティブ)を宣言するには、「@library」が必要です。ライブラリに使用される名前空間と名前は、宣言が存在するスキーマの名前空間と名前とは独立しています。
標準提供の「購読」メソッドの定義:
<method name="Subscribe" static="true">
<help>Creation of update of a recipient's subscription to an information service</help>
<parameters>
<param desc="Name of the information service(s) (separated with commas)"
name="serviceName" type="string"/>
<param desc="Recipient to subscribe and possibly create" name="recipient"
type="DOMElement"/>
<param desc="Create the recipient if they don't exist" name="create" type="boolean"/>
</parameters>
</method>