24ec0da28aba0b4e4be2e8a7ad56594f64c235a4
[aai/search-data-service.git] / src / main / ajsc / search-data-service_v1 / search-data-service / 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.openecomp.sa.searchdbabstraction.JaxrsEchoService)
7     userService(org.openecomp.sa.searchdbabstraction.JaxrsUserService)
8     searchService(org.openecomp.sa.searchdbabstraction.service.SearchService)
9
10     util.list(id: 'jaxrsServices') {
11         ref(bean: 'echoService')
12         ref(bean: 'userService')
13     }
14 }