summaryrefslogtreecommitdiffstats
path: root/src/main/ajsc/crud-api_v1/crud-api
diff options
context:
space:
mode:
authorGurjeet Bedi <gurjeetb@amdocs.com>2017-12-06 15:16:34 -0500
committerGurjeet Bedi <gurjeetb@amdocs.com>2017-12-06 16:36:28 -0500
commit382e07e97ccd5f7bd47bdd735143ab3658661a68 (patch)
treee9aa166a92017b16b289262ceb073fd5871d9e76 /src/main/ajsc/crud-api_v1/crud-api
parent3cba0debb7ef72781ecbab25474d27918d4d2407 (diff)
Port async pipeline for gizmo
Port async pipeline for gizmo Issue-ID: AAI-552 Change-Id: I255127174d1154849f440bab8b1f0bda3311ec9f Signed-off-by: Gurjeet Bedi <gurjeetb@amdocs.com>
Diffstat (limited to 'src/main/ajsc/crud-api_v1/crud-api')
-rw-r--r--src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud2.route4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud2.route b/src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud2.route
new file mode 100644
index 0000000..40a98bf
--- /dev/null
+++ b/src/main/ajsc/crud-api_v1/crud-api/v1/routes/crud2.route
@@ -0,0 +1,4 @@
+<route xmlns="http://camel.apache.org/schema/spring" trace="true">
+ <from uri="att-dme2-servlet:///inventory-async?matchOnUriPrefix=true" />
+ <to uri="cxfbean:crudServicesAsync" />
+</route> \ No newline at end of file