[DMAAP-MR] Get topics from kafka option
[dmaap/messagerouter/messageservice.git] / src / main / ajsc / dmaap_v1 / dmaap / v1 / conf / jaxrsBeans.groovy
index 0841a3a..e09c538 100644 (file)
@@ -3,20 +3,20 @@
        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)
+//     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)
+//     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)
+//     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')
-               
-       }
+//     util.list(id: 'jaxrsServices') {
+//             ref(bean:'echoService')
+//             ref(bean:'userService')
+//
+//     }
 }
\ No newline at end of file