このチュートリアルでは、簡単なパススルーを使用して処理される Inbound イベントを生成します。この操作の結果を確認する方法も分かります。
<?xml version="1.0" encoding="UTF-8"?> <customer:Customer xsi:type="customer:Customer" xmlns:xsi="http://www.w3.org /2001/XMLSchema-instance" xmlns:customer="http://www.ibm.com/xmlns/prod/ websphere/j2ca/ftp/customer"> <CustomerName>Michele</CustomerName> <Address>Da Vinci Ave.</Address> <City>NewYork</City> <State>NY</State> </customer:Customer> #### <?xml version="1.0" encoding="UTF-8"?> <customer:Customer xsi:type="customer:Customer" xmlns:xsi="http://www.w3.org /2001/XMLSchema-instance"xmlns:customer="http://www.ibm.com/xmlns/prod/ websphere/j2ca/ftp/customer"> <CustomerName>John</CustomerName> <Address>Grade A Colony</Address> <City>California</City> <State>CA</State> </customer:Customer> ####
(c) Copyright IBM Corporation 2005, 2006.(C) Copyright IBM Japan 2006 このインフォメーション・センターでは Eclipse テクノロジー (http://www.eclipse.org) が採用されています。