b019fbc655ca2ca33e5af0988d3f59039ea6c013
[dmaap/messagerouter/messageservice.git] / src / main / ajsc / dmaap_v1 / dmaap / v1 / conf / jaxrsBeans.groovy
1         beans{
2         xmlns cxf: "http://camel.apache.org/schema/cxf"
3         xmlns jaxrs: "http://cxf.apache.org/jaxrs"
4         xmlns util: "http://www.springframework.org/schema/util"
5         
6         echoService(org.onap.dmaap.JaxrsEchoService)
7         userService(org.onap.dmaap.JaxrsUserService)
8         topicService(org.onap.dmaap.service.TopicRestService)
9         eventService(org.onap.dmaap.service.EventsRestService)
10         adminServiceorg.onap.dmaap.service.AdminRestService)
11         apiKeyService(org.onap.dmaap.service.ApiKeysRestService)
12         metricsService(org.onap.dmaap.service.MetricsRestService)
13         transactionService(org.onap.dmaap.service.TransactionRestService)
14         UIService(org.onap.dmaap.service.UIRestServices)
15         mirrorService(org.onap.dmaap.service.MMRestService)
16         
17         util.list(id: 'jaxrsServices') {
18                 ref(bean:'echoService')
19                 ref(bean:'userService')
20                 
21         }
22 }