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

	LegacyMoxyConsumer(org.onap.aai.rest.LegacyMoxyConsumer)
	URLFromVertexIdConsumer(org.onap.aai.rest.URLFromVertexIdConsumer)
	VertexIdConsumer(org.onap.aai.rest.VertexIdConsumer)
	BulkAddConsumer(org.onap.aai.rest.BulkAddConsumer)
	BulkProcessConsumer(org.onap.aai.rest.BulkProcessConsumer)
	ExampleConsumer(org.onap.aai.rest.ExampleConsumer)
    V3ThroughV7Consumer(org.onap.aai.rest.retired.V3ThroughV7Consumer)
	EchoResponse(org.onap.aai.rest.util.EchoResponse)
	ModelVersionTransformer(org.onap.aai.rest.tools.ModelVersionTransformer)

	util.list(id: 'jaxrsServices') {
		
		ref(bean:'ExampleConsumer')
		ref(bean:'LegacyMoxyConsumer')
		ref(bean:'VertexIdConsumer')
		ref(bean:'URLFromVertexIdConsumer')
		ref(bean:'BulkAddConsumer')
		ref(bean:'BulkProcessConsumer')
		ref(bean:'V3ThroughV7Consumer')
		ref(bean:'ModelVersionTransformer')

		ref(bean:'EchoResponse')
	}
}