358.6. HTTP コンシューマーの例

このサンプルでは、http://localhost:8080/myapp/myservice で HTTP サービスを公開するルートを定義します。

<route>
  <from uri="undertow:http://localhost:8080/myapp/myservice"/>
  <to uri="bean:myBean"/>
</route>