update the package name
[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                 
9         util.list(id: 'jaxrsServices') {
10                 ref(bean:'echoService')
11                 ref(bean:'userService')
12                 
13         }
14 }