aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/data-router_v1/data-router/v1/conf/echoService.groovy
blob: a8583f2b3966b49a569c6c2f4b892f2d1775d8dc (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.onap.aai.datarouter.service.EchoService)

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