What is the spring XML equivalent of this java DSL snippet: from(A). splitter(body(String.class).tokenize(delimitingString)). streaming(). to(B)
Especially I cant find how to represent in XML the "body(String.class).tokenize(delimitingString)" part: <splitter streaming="true"> ????????? </splitter> Thanks -- View this message in context: http://www.nabble.com/Splitter-in-XML-tp21196027s22882p21196027.html Sent from the Camel - Users mailing list archive at Nabble.com.