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