aboutsummaryrefslogtreecommitdiffstats
path: root/champ-service/src/main/ajsc/champ-service_v1/champ-service/v1/conf/jaxrsBeans.groovy
blob: 17d80a4914cb976a8d24738272486c0174e41d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.champ.service.EchoService)
	
	util.list(id: 'echoServices') {
		ref(bean:'echoService')
	}
}