Hi I am new to camel. I am trying to create a instance of jxpathexpression and Sqlexpression (in which the predicate interface is implemeted).
jxpathexpression jxpath = new jxpathexpression(String expression, Class<?> type); jxpathexpression constructor has two arguments one for expression and another has some class<?> type for expression i can pass //books/value>500 and what value i need to pass for class<?> type referring here. after creating the instance, i need to call the matches method inside the jxpathexpression. Could you kindly provide me an example? Regards, Ramya -- View this message in context: http://camel.465427.n5.nabble.com/jxpathExpression-class-type-tp5614328p5614328.html Sent from the Camel Development mailing list archive at Nabble.com.