summaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/dmaap_v1/dmaap/v1/conf/jaxrsBeans.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/ajsc/dmaap_v1/dmaap/v1/conf/jaxrsBeans.groovy')
-rw-r--r--src/main/ajsc/dmaap_v1/dmaap/v1/conf/jaxrsBeans.groovy22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/main/ajsc/dmaap_v1/dmaap/v1/conf/jaxrsBeans.groovy b/src/main/ajsc/dmaap_v1/dmaap/v1/conf/jaxrsBeans.groovy
new file mode 100644
index 0000000..430e723
--- /dev/null
+++ b/src/main/ajsc/dmaap_v1/dmaap/v1/conf/jaxrsBeans.groovy
@@ -0,0 +1,22 @@
+ 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(com.att.nsa.dmaap.JaxrsEchoService)
+ userService(com.att.nsa.dmaap.JaxrsUserService)
+ topicService(com.att.nsa.dmaap.service.TopicRestService)
+ eventService(com.att.nsa.dmaap.service.EventsRestService)
+ adminService(com.att.nsa.dmaap.service.AdminRestService)
+ apiKeyService(com.att.nsa.dmaap.service.ApiKeysRestService)
+ metricsService(com.att.nsa.dmaap.service.MetricsRestService)
+ transactionService(com.att.nsa.dmaap.service.TransactionRestService)
+ UIService(com.att.nsa.dmaap.service.UIRestServices)
+ mirrorService(com.att.nsa.dmaap.service.MMRestService)
+
+ util.list(id: 'jaxrsServices') {
+ ref(bean:'echoService')
+ ref(bean:'userService')
+
+ }
+} \ No newline at end of file