357.6. HTTP 소비자 예

이 샘플에서는 http://localhost:8080/myapp/myservice 에서 HTTP 서비스를 노출하는 경로를 정의합니다.

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