13.7.15. StaticWireTap
| Class | org.jboss.soa.esb.actions.StaticWireTap |
StaticWiretap アクションは StaticRouter とは異なります。StaticWiretap はアクションチェーンでリッスンし、その下のアクションを実行できるようにします。一方、StaticRouter アクションは、使用される時点でアクションチェーンを終了します。したがって、StaticRouter はチェーンの最後のアクションである必要があります。
| プロパティー | Description | 必須 |
|---|---|---|
| destinations |
<route-to> 設定のコンテナープロパティー。
|
| メソッド | Description |
|---|---|
| process |
メッセージに集計データを追加しないでください。
|
<action name="routeAction" class="org.jboss.soa.esb.actions.StaticWiretap">
<property name="destinations">
<route-to service-category="ExpressShipping" service-name="ExpressShippingService"/>
<route-to service-category="NormalShipping" service-name="NormalShippingService"/>
</property>
</action>