aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/data-router_v1/data-router/v1/conf/echoService.groovy
blob: ad7670eefeab7bb7a21bcf4ab40fea4cb7b7ea08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
beans{
	xmlns cxf: "http://camel.apache.org/schema/cxf"
	xmlns jaxrs: "http://cxf.apache.org/jaxrs"
	xmlns util: "http://www.springframework.org/schema/util"
	
	echoService(org.openecomp.datarouter.service.EchoService)

	
	util.list(id: 'echoServices') {	
		ref(bean:'echoService')
	}
}