Author: buildbot
Date: Sat May 25 09:18:44 2013
New Revision: 863086

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/stax.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/stax.html
==============================================================================
--- websites/production/camel/content/stax.html (original)
+++ websites/production/camel/content/stax.html Sat May 25 09:18:44 2013
@@ -108,6 +108,14 @@ stax:org.superbiz.FooContentHandler
 </pre>
 </div></div>
 
+<p>From <b>Camel 2.11.1</b> onwards you can lookup a 
<tt>org.xml.sax.ContentHandler</tt> bean from the <a shape="rect" 
href="registry.html" title="Registry">Registry</a> using the # syntax as 
shown:</p>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
+<pre class="code-java">
+stax:#myHandler
+</pre>
+</div></div>
+
+
 <h3><a shape="rect" name="StAX-UsageofacontenthandlerasStAXparser"></a>Usage 
of a content handler as StAX parser</h3>
 
 <p>The message body after the handling is the handler itself.</p>


Reply via email to