RE: Pulling property placeholders out of camel route definitions

2015-03-11 Thread slush
Hey Shreyas, thanks for the reply. In this case, I want to pull out all variables from a compiled RouteDefinition, be it that route was provided by the Java DSL or XML DSL. CamelContext#resolvePropertyPlaceholders(String) to my knowledge, works by passing in a string template with variables in it

Pulling property placeholders out of camel route definitions

2015-03-10 Thread slush
Hello. Is it possible to pull out property placeholder names out of route definitions in Java/XML DSL? For example: http://camel.apache.org/schema/spring";> {{message}} Following this: http://camel.apache.org/loading-routes-from-xml-files.html I'd want to pull out "m