样本公共基本事件模板

调用公共基本事件 complete 方法时,内容处理程序使用模板信息来填充公共基本事件中的空白。

使用 WebSphere® Application Server 事件工厂 Home 的组件可包括公共基本事件模板 XML 文件以提供用于填充公共基本事件的数据。如果模板中提供相同的字段,事件中已提供的信息也不会被覆盖。

以下示例说明公共基本事件模板:
<?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