Author: buildbot
Date: Mon Oct 12 07:19:53 2015
New Revision: 968587
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/jackson-xml.html
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/jackson-xml.html
==============================================================================
--- websites/production/camel/content/jackson-xml.html (original)
+++ websites/production/camel/content/jackson-xml.html Mon Oct 12 07:19:53 2015
@@ -86,7 +86,7 @@
<tbody>
<tr>
<td valign="top" width="100%">
-<div class="wiki-content maincontent"><h2 id="JacksonXML-JacksonXML">Jackson
XML</h2><p><strong>Available as of Camel 2.16</strong></p><p>Jackson XML is a
<a shape="rect" href="data-format.html">Data Format</a> which uses the <a
shape="rect" class="external-link"
href="http://wiki.fasterxml.com/JacksonHome/" rel="nofollow">Jackson
library</a> with the <a shape="rect" class="external-link"
href="https://github.com/FasterXML/jackson-dataformat-xml"
rel="nofollow">XMLMapper extension</a> to unmarshal an XML payload into Java
objects or to marshal Java objects into an XML payload.</p><div class="code
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<div class="wiki-content maincontent"><h2 id="JacksonXML-JacksonXML">Jackson
XML</h2><p><strong>Available as of Camel 2.16</strong></p><p>Jackson XML is a
<a shape="rect" href="data-format.html">Data Format</a> which uses the <a
shape="rect" class="external-link"
href="http://wiki.fasterxml.com/JacksonHome/" rel="nofollow">Jackson
library</a> with the <a shape="rect" class="external-link"
href="https://github.com/FasterXML/jackson-dataformat-xml"
rel="nofollow">XMLMapper extension</a> to unmarshal an XML payload into Java
objects or to marshal Java objects into an XML payload.</p><div
class="confluence-information-macro
confluence-information-macro-information"><span class="aui-icon aui-icon-small
aui-iconfont-info confluence-information-macro-icon"></span><div
class="confluence-information-macro-body"><p>If you are familiar with Jackson,
this XML data format behaves in the same way as its JSON counterpart, and thus
can be used with classes annotated for JSON serialization/dese
rialization.</p><p>This extension also mimics <a shape="rect"
class="external-link"
href="https://github.com/FasterXML/jackson-dataformat-xml/blob/master/README.md"
rel="nofollow">JAXB's "Code first" approach</a>.</p><p>This data format relies
on <a shape="rect" class="external-link"
href="http://wiki.fasterxml.com/WoodstoxHome" rel="nofollow">Woodstox</a>
(especially for features like pretty printing), a fast and efficient XML
processor.</p></div></div><div class="code panel pdl" style="border-width:
1px;"><div class="codeContent panelContent pdl">
<script class="brush: java; gutter: false; theme: Default"
type="syntaxhighlighter"><![CDATA[from("activemq:My.Queue").
unmarshal().jacksonxml().
to("mqseries:Another.Queue");