aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/search-data-service_v1/search-data-service/v1/conf/jaxrsBeans.groovy
blob: 24ec0da28aba0b4e4be2e8a7ad56594f64c235a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.openecomp.sa.searchdbabstraction.JaxrsEchoService)
    userService(org.openecomp.sa.searchdbabstraction.JaxrsUserService)
    searchService(org.openecomp.sa.searchdbabstraction.service.SearchService)

    util.list(id: 'jaxrsServices') {
        ref(bean: 'echoService')
        ref(bean: 'userService')
    }
}