aboutsummaryrefslogtreecommitdiffstats
path: root/aai-traversal/src/main/ajsc/ajsc-aai_v1/ajsc-aai/v1/conf/jaxrsBeans.groovy
blob: 0749aa4b72a33554ea901ee5cc641025f30ceec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
beans{
	xmlns cxf: "http://camel.apache.org/schema/cxf"
	xmlns jaxrs: "http://cxf.apache.org/jaxrs"
	xmlns util: "http://www.springframework.org/schema/util"

	SearchProvider(org.onap.aai.rest.search.SearchProvider)
	ModelAndNamedQueryRestProvider(org.onap.aai.rest.search.ModelAndNamedQueryRestProvider)
	QueryConsumer(org.onap.aai.rest.QueryConsumer)

	V3ThroughV7Retired(org.onap.aai.rest.retired.V3ThroughV7Consumer)

	EchoResponse(org.onap.aai.rest.util.EchoResponse)


	util.list(id: 'jaxrsServices') {

		ref(bean:'SearchProvider')
		ref(bean:'ModelAndNamedQueryRestProvider')
		ref(bean:'QueryConsumer')
		ref(bean:'V3ThroughV7Retired')
		ref(bean:'EchoResponse')
	}
}