summaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/dmaap_v1/dmaap/v1/conf/jaxrsBeans.groovy
blob: 0841a3afc1b64e3372cf024a6c11dce5fad3c723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
	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.dmaap.JaxrsEchoService)
	userService(org.onap.dmaap.JaxrsUserService)
	topicService(org.onap.dmaap.service.TopicRestService)
	eventService(org.onap.dmaap.service.EventsRestService)
	adminService(org.onap.dmaap.service.AdminRestService)
	apiKeyService(org.onap.dmaap.service.ApiKeysRestService)
	metricsService(org.onap.dmaap.service.MetricsRestService)
	transactionService(org.onap.dmaap.service.TransactionRestService)
	UIService(org.onap.dmaap.service.UIRestServices)
	mirrorService(org.onap.dmaap.service.MMRestService)
	
	util.list(id: 'jaxrsServices') {
		ref(bean:'echoService')
		ref(bean:'userService')
		
	}
}