summaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/inventory-ui-service_v1/inventory-ui-service/v1/conf/jaxrsBeans.groovy
blob: b65cb80fa899d83b368a8806cbcff52fb3e1aef6 (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.aai.sparky.JaxrsEchoService)
	
	util.list(id: 'jaxrsServices') {
		ref(bean:'echoService')
	}
}