diff options
Diffstat (limited to 'sparky/appconfig/camel-rests/sparky-core-prepareSchema.xml')
-rw-r--r-- | sparky/appconfig/camel-rests/sparky-core-prepareSchema.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sparky/appconfig/camel-rests/sparky-core-prepareSchema.xml b/sparky/appconfig/camel-rests/sparky-core-prepareSchema.xml new file mode 100644 index 0000000..20dba6f --- /dev/null +++ b/sparky/appconfig/camel-rests/sparky-core-prepareSchema.xml @@ -0,0 +1,11 @@ +<rests xmlns="http://camel.apache.org/schema/spring"> + <rest> + <post uri="/visualization/prepareVisualization"> + <route> + <to uri="bean:schemaVisualizationProcessor?method=processVisualizationRequest" /> + </route> + </post> + </rest> +</rests> + + |