Hi, I need to use a Groovy Processor but I only seem to be able to find support for Predicates and Expressions on the docs.
Is it possible to use Groovy Processors Out-of-the-box, by referencing external .groovy files? If so, how exactly should the process method be implemented? What I am after is actually the GPath XML processing using the XmlSlurper class. It looks like a very agile way to do custom validation on an XML. Thanks! -- View this message in context: http://www.nabble.com/Groovy-Processor-tp19549778s22882p19549778.html Sent from the Camel - Users mailing list archive at Nabble.com.
