VTD-XMLPage added by Claus IbsenVTD-XMLAvailable as of Camel 2.11 The VTD-XML component supports the VTD-XML Library for very fast and efficient XPath processing. The camel-vtdxml library is provided by the Camel Extra project which hosts all *GPL related components for Camel. UsingThe VTD-XML is implemented as a Camel Language which allows you to easily use it in the Camel routes. For example to split a big file containing many persons, you could do: from("file:inbox") .split().language("vtdxpath", "/persons/person").streaming() .to("activemq:queue:person") .end()
Change Notification Preferences
View Online
|
Add Comment
|
- [CONF] Apache Camel > VTD-XML confluence
- [CONF] Apache Camel > VTD-XML confluence
- [CONF] Apache Camel > VTD-XML confluence
- [CONF] Apache Camel > VTD-XML confluence