[AAI-26] Adding gizmo data to the repository.
[aai/gizmo.git] / src / main / ajsc / crud-api_v1 / crud-api / v1 / conf / jaxrsBeans.groovy
diff --git a/src/main/ajsc/crud-api_v1/crud-api/v1/conf/jaxrsBeans.groovy b/src/main/ajsc/crud-api_v1/crud-api/v1/conf/jaxrsBeans.groovy
new file mode 100644 (file)
index 0000000..8462e3e
--- /dev/null
@@ -0,0 +1,11 @@
+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.crud.service.JaxrsEchoService)
+       
+       util.list(id: 'jaxrsServices') {
+               ref(bean:'echoService')
+       }
+}
\ No newline at end of file