Common Base Event のサンプル・テンプレート

Common Base Event の complete メソッドが呼び出された際、コンテンツ・ハンドラーはテンプレート情報を 使用して、Common Base Event の空欄に入力を行います。

WebSphere® Application Server イベント ・ファクトリーのホ ームを使用するコンポーネントは、Common Base Event のテンプレートの XML ファイルを 組み込んで、Common Base Event を取り込むデータを提供することができます。イベントで既に指定された情報は、同じフィールドがテンプレートで指定されてもオーバーライドされません。

以下に、Common Base Event テンプレートの例を示します。
<?xml version="1.0" encoding="UTF-8"?>

<TemplateEvent 
				version="1.0.1" 
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
				xsi:noNamespaceSchemaLocation="templateEvent.xsd">

		<CommonBaseEvent 
				<sourceComponentId application="My Application" component="com.ibm.componentX"/>
				<extendedDataElements name="Sample ExtendedDataElement name" type="string">
					 <values>Sample ExtendedDataElement value</values>
				</extendedDataElements>
		</CommonBaseEvent>

</TemplateEvent>

トピックのタイプを示すアイコン 参照トピック



タイム・スタンプ・アイコン 最終更新: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rtrb_cbetemplate
ファイル名:rtrb_cbetemplate.html