ad7670eefeab7bb7a21bcf4ab40fea4cb7b7ea08
[aai/data-router.git] / src / main / ajsc / data-router_v1 / data-router / v1 / conf / echoService.groovy
1 beans{
2         xmlns cxf: "http://camel.apache.org/schema/cxf"
3         xmlns jaxrs: "http://cxf.apache.org/jaxrs"
4         xmlns util: "http://www.springframework.org/schema/util"
5         
6         echoService(org.openecomp.datarouter.service.EchoService)
7
8         
9         util.list(id: 'echoServices') { 
10                 ref(bean:'echoService')
11         }
12 }