You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2013/09/28 00:20:53 UTC

svn commit: r880166 - in /websites/production/camel/content: cache/main.pageCache component-list-grouped.html

Author: buildbot
Date: Fri Sep 27 22:20:53 2013
New Revision: 880166

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/component-list-grouped.html

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

Modified: websites/production/camel/content/component-list-grouped.html
==============================================================================
--- websites/production/camel/content/component-list-grouped.html (original)
+++ websites/production/camel/content/component-list-grouped.html Fri Sep 27 22:20:53 2013
@@ -165,7 +165,12 @@ bean:beanName[?<options>]
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 class:className[?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses the <a shape="rect" href="bean-binding.html" title="Bean Binding">Bean Binding</a> to bind message exchanges to beans based on the class name. Is also used for exposing and invoking POJOs. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="dataformat-component.html" title="DataFormat Component">Data Format</a> / camel-core
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses the <a shape="rect" href="bean-binding.html" title="Bean Binding">Bean Binding</a> to bind message exchanges to beans based on the class name. Is also used for exposing and invoking POJOs. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="context.html" title="Context">Context</a> / camel-context
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
+[context:]camelContextId:localEndpointName[?&lt;options&gt;]
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Used to refer to endpoints within a separate CamelContext to provide a simple <a shape="rect" href="context.html" title="Context">black box composition</a> approach so that routes can be combined into a CamelContext and then used as a black box component inside other routes in other CamelContext. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="dataformat-component.html" title="DataFormat Component">Data Format</a> / camel-core
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 dataformat:name:&lt;marshal|unmarshal&gt;[?&lt;options&gt;]
@@ -240,75 +245,40 @@ jcr://user:password@repository/path/to/n
 </div>
 
 
-<h3><a shape="rect" name="ComponentListGrouped-Databases"></a>Databases</h3>
+<h3><a shape="rect" name="ComponentListGrouped-EndpointCommunications"></a>Endpoint Communications</h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="couchdb.html" title="CouchDB">CouchDB</a> / camel-couchdb
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-couchdb:hostName[:port]/database[?&lt;options&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> To integrate with <a shape="rect" class="external-link" href="http://couchdb.apache.org/">Apache CouchDB</a>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="db4o.html" title="Db4o">Db4o</a> / camel-db4o in <a shape="rect" class="external-link" href="http://code.google.com/p/camel-extra/" rel="nofollow">camel-extra</a>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
-db4o://className
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For using a db4o datastore as a queue via the <a shape="rect" class="external-link" href="http://www.db4o.com/" rel="nofollow">db4o</a> (database for objects) library. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="ejb.html" title="EJB">EJB</a> / camel-ejb
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-ejb:ejbName[?&lt;options&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses the <a shape="rect" href="bean-binding.html" title="Bean Binding">Bean Binding</a> to bind message exchanges to Enterprise Java Beans (EJBs). It works like the <a shape="rect" href="bean.html" title="Bean">Bean</a> component but just for accessing EJBs. Supports EJB 3.0 onwards. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="hbase.html" title="hbase">HBase</a> / camel-hbase
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-hbase://table[?&lt;options&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For reading/writing from/to an <a shape="rect" class="external-link" href="http://hadoop.apache.org/hbase/">HBase</a> store (Hadoop database). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="hibernate.html" title="Hibernate">Hibernate</a> / camel-hibernate in <a shape="rect" class="external-link" href="http://code.google.com/p/camel-extra/" rel="nofollow">camel-extra</a>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
-hibernate://entityName[?&lt;options&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For using a database as a queue via the <a shape="rect" class="external-link" href="http://www.hibernate.org/" rel="nofollow">Hibernate</a> library. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="ibatis.html" title="iBATIS">iBATIS</a> / camel-ibatis
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-ibatis://statementName[?&lt;options&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Performs a query, poll, insert, update or delete in a relational database using <a shape="rect" class="external-link" href="http://ibatis.apache.org/">Apache iBATIS</a>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="jdbc.html" title="JDBC">JDBC</a> / camel-jdbc
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="direct.html" title="Direct">Direct</a> / camel-core
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-jdbc:dataSourceName[?&lt;options&gt;]
+direct:someName[?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For performing Java Database Connectivity (JDBC) queries and operations. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="jpa.html" title="JPA">JPA</a> / camel-jpa
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Synchronous call to another endpoint from <b>same</b> CamelContext. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="direct-vm.html" title="Direct-VM">Direct-VM</a> / camel-core
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-jpa://entityName[?&lt;options&gt;]
+direct-vm:someName[?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For using a database as a queue via the Java Persistence API (JPA) specification for working with <a shape="rect" class="external-link" href="http://openjpa.apache.org/">OpenJPA</a>, <a shape="rect" class="external-link" href="http://www.hibernate.org/" rel="nofollow">Hibernate</a> or TopLink </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="krati.html" title="Krati">Krati</a> / camel-krati
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Synchronous call to another endpoint in another CamelContext running in the same Java virtual machine (JVM). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="disruptor.html" title="Disruptor">Disruptor</a> / camel-disruptor
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-krati://datastorePath[?&lt;options&gt;]
+disruptor:someName[?&lt;option&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For producing to or consuming to <a shape="rect" class="external-link" href="http://sna-projects.com/krati/" rel="nofollow">Krati</a> datastores. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="mongodb.html" title="MongoDB">MongoDB</a> / camel-mongodb
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Provides asynchronous SEDA behavior much as the standard SEDA Component, but utilizes a Disruptor instead of a BlockingQueue. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="disruptor.html" title="Disruptor">Disruptor VM </a> / camel-disruptor
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-mongodb:connectionBean[?&lt;options&gt;]
+disruptor-vm:someName[?&lt;option&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Interacts with <a shape="rect" class="external-link" href="http://www.mongodb.org/" rel="nofollow">MongoDB</a> databases and collections. Offers producer endpoints to perform CRUD-style operations and more against databases and collections, as well as consumer endpoints to listen on collections and dispatch objects to Camel routes. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="mybatis.html" title="MyBatis">MyBatis</a> / camel-mybatis
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Provides asynchronous SEDA behavior much as the standard SEDA Component, but utilizes a Disruptor instead of a BlockingQueue. The buffers of the disrupter-vm endpoints also provides  support for communication across CamelContexts instances so you can use  this mechanism to communicate across web applications </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="seda.html" title="SEDA">SEDA</a> / camel-core
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-mybatis://statementName[?&lt;options&gt;]
+seda:someName[?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Performs a query, poll, insert, update or delete in a relational database using <a shape="rect" class="external-link" href="http://mybatis.org/" rel="nofollow">MyBatis</a>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="sql-component.html" title="SQL Component">SQL</a> / camel-sql
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Asynchronous call to another endpoint in the same Camel Context; staged event-driven architecture (SEDA). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vm.html" title="VM">VM</a> / camel-core
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-sql:select * from table where id=#[?&lt;options&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Performing Structured Query Language (SQL) queries using JDBC. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="spring-neo4j.html" title="Spring Neo4j">Spring Neo4j</a> / camel-spring-neo4j in <a shape="rect" class="external-link" href="http://code.google.com/p/camel-extra/" rel="nofollow">camel-extra</a>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
-spring-neo4j:http://hostName[:port]/database[?options]
+vm:queueName[?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Component for producing to Neo4j datastore using the <a shape="rect" class="external-link" href="http://www.springsource.org/spring-data/neo4j" rel="nofollow">Spring Data Neo4j</a> library. </td></tr></tbody></table>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Asynchronous call to another endpoint in the same JVM. </td></tr></tbody></table>
 </div>
 
 
@@ -325,7 +295,12 @@ jbi:serviceName
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 nmr://serviceName
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Integration with the Normalized Message Router BUS in <a shape="rect" class="external-link" href="http://servicemix.apache.org/SMX4NMR/index.html">ServiceMix 4.x</a>. </td></tr></tbody></table>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Integration with the Normalized Message Router BUS in <a shape="rect" class="external-link" href="http://servicemix.apache.org/SMX4NMR/index.html">ServiceMix 4.x</a>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vertx.html" title="Vertx">Vertx</a> / camel-vertx
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
+vertx:eventBusName
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with the <a shape="rect" class="external-link" href="http://vertx.io/" rel="nofollow">vertx</a> event bus. </td></tr></tbody></table>
 </div>
 
 
@@ -346,7 +321,7 @@ rss:uri[?&lt;options&gt;]
 </div>
 
 
-<h3><a shape="rect" name="ComponentListGrouped-FileI%2FO"></a>File I/O</h3>
+<h3><a shape="rect" name="ComponentListGrouped-FileI%2FOandTransfer"></a>File I/O and Transfer</h3>
 
 <div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="file2.html" title="File2">File</a> / camel-core
@@ -406,7 +381,7 @@ gmail://user@g[oogle]mail.com[?&lt;optio
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 guava-eventbus:busName[?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> The <a shape="rect" class="external-link" href="http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/eventbus/package-summary.html" rel="nofollow">Google Guava EventBus</a> allows publish-subscribe-style communication between components without requiring the components to explicitly register with one another (and thus be aware of each other). This component provides integration bridge between Camel and <a shape="rect" class="external-link" href="http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/eventbus/package-summary.html" rel="nofollow">Google Guava EventBus</a> infrastructure. </td></tr></tbody></table>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> The <a shape="rect" class="external-link" href="http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/eventbus/package-summary.html" rel="nofollow">Google Guava EventBus</a> allows publish-subscribe style communication between components without requiring the components to explicitly register with one another (and thus be aware of each other). This component provides integration bridge between Camel and <a shape="rect" class="external-link" href="http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/eventbus/package-summary.html" rel="nofollow">Google Guava EventBus</a> infrastructure. </td></tr></tbody></table>
 </div>
 
 
@@ -447,43 +422,6 @@ servlet:relativePath[?&lt;options&gt;]
 </div>
 
 
-<h3><a shape="rect" name="ComponentListGrouped-InMemoryManagement"></a>In-Memory Management</h3>
-
-<div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="direct.html" title="Direct">Direct</a> / camel-core
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-direct:someName[?&lt;options&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Synchronous call to another endpoint from <b>same</b> CamelContext. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="direct-vm.html" title="Direct-VM">Direct-VM</a> / camel-core
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-direct-vm:someName[?&lt;options&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Synchronous call to another endpoint in another CamelContext running in the same Java virtual machine (JVM). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="disruptor.html" title="Disruptor">Disruptor</a> / camel-disruptor
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-disruptor:someName[?&lt;option&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Provides asynchronous SEDA behavior much as the standard SEDA Component, but utilizes a Disruptor instead of a BlockingQueue. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="disruptor.html" title="Disruptor">Disruptor VM </a> / camel-disruptor
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-disruptor-vm:someName[?&lt;option&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Provides asynchronous SEDA behavior much as the standard SEDA Component, but utilizes a Disruptor instead of a BlockingQueue. The buffers of the disrupter-vm endpoints also provides  support for communication across CamelContexts instances so you can use  this mechanism to communicate across web applications </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="seda.html" title="SEDA">SEDA</a> / camel-core
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-seda:someName[?&lt;options&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Asynchronous call to another endpoint in the same Camel Context; staged event-driven architecture (SEDA). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vm.html" title="VM">VM</a> / camel-core
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-vm:queueName[?&lt;options&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Asynchronous call to another endpoint in the same JVM. </td></tr></tbody></table>
-</div>
-
-
 <h3><a shape="rect" name="ComponentListGrouped-JMS"></a>JMS</h3>
 
 <div class="table-wrap">
@@ -562,7 +500,7 @@ pop3s://[username@]hostName port][?&lt;o
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 smtp://[username@]hostName[:port][?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sending email using Simple Mail Transfer Protocol (SMTP) (SMTP) and JavaMai. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="mail.html" title="Mail">SMTPS</a> / camel-mail
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sending email using Simple Mail Transfer Protocol (SMTP) (SMTP) and JavaMail. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="mail.html" title="Mail">SMTPS</a> / camel-mail
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 smtps://[username@]hostName[:port][?&lt;options&gt;]
@@ -604,7 +542,12 @@ jmx://platform[?&lt;options&gt;]
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 nagios://hostName[:port][?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sending passive checks to <a shape="rect" class="external-link" href="http://www.nagios.org/" rel="nofollow">Nagios</a> using <a shape="rect" class="external-link" href="http://code.google.com/p/jsendnsca/" rel="nofollow">JSendNSCA.</a> </td></tr></tbody></table>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Sending passive checks to <a shape="rect" class="external-link" href="http://www.nagios.org/" rel="nofollow">Nagios</a> using <a shape="rect" class="external-link" href="http://code.google.com/p/jsendnsca/" rel="nofollow">JSendNSCA.</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="snmp.html" title="SNMP">SNMP</a> / camel-snmp
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
+snmp://hostName[:port][?&lt;options&gt;]
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Polling OID values and receiving traps using SNMP via <a shape="rect" class="external-link" href="http://snmp4j.com" rel="nofollow">SNMP4J </a> library. </td></tr></tbody></table>
 </div>
 
 
@@ -616,7 +559,12 @@ nagios://hostName[:port][?&lt;options&gt
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 amqp:[queue:|topic:]destinationName[?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For Messaging with the Advanced Message Queuing Protocol (AMQP). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="javaspace.html" title="JavaSpace">JavaSpace</a> / camel-javaspace
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For Messaging with the Advanced Message Queuing Protocol (AMQP). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="esper.html" title="Esper">Esper</a> / camel-esper in <a shape="rect" class="external-link" href="http://code.google.com/p/camel-extra/" rel="nofollow">camel-extra</a>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+esper:name
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with the <a shape="rect" class="external-link" href="http://esper.codehaus.org" rel="nofollow">Esper Library</a> for Event Stream Processing. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="javaspace.html" title="JavaSpace">JavaSpace</a> / camel-javaspace
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 javaspace:jini://hostName[?&lt;options&gt;]
@@ -656,12 +604,7 @@ smpp://[username@]hostName[:port][?&lt;o
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 smpps://[username@]hostName[:port][?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> To send and receive secured SMS using Short Messaging Service Center using the <a shape="rect" class="external-link" href="http://code.google.com/p/jsmpp/" rel="nofollow">JSMPP library.</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="snmp.html" title="SNMP">SNMP</a> / camel-snmp
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-snmp://hostName[:port][?&lt;options&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Polling OID values and receiving traps using SNMP via <a shape="rect" class="external-link" href="http://snmp4j.com" rel="nofollow">SNMP4J </a> librar. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="quickfix.html" title="Quickfix">Quickfix</a> / camel-quickfix
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> To send and receive secured SMS using Short Messaging Service Center using the <a shape="rect" class="external-link" href="http://code.google.com/p/jsmpp/" rel="nofollow">JSMPP library.</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="quickfix.html" title="Quickfix">Quickfix</a> / camel-quickfix
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 quickfix:configFile[?&lt;options&gt;]
@@ -688,14 +631,7 @@ mina2:&lt;tcp|udp|vm&gt;:hostName[:port]
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 mina2:tcp://hostName[:port][?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For working with the HL7 MLLP protocol and the HL7 model using the <a shape="rect" class="external-link" href="http://hl7api.sourceforge.net" rel="nofollow">HAPI library.</a> </td></tr></tbody></table>
-</div>
-
-
-<h3><a shape="rect" name="ComponentListGrouped-Netty"></a>Netty</h3>
-
-<div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="netty.html" title="Netty">Netty</a> / camel-netty
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For working with the HL7 MLLP protocol and the HL7 model using the <a shape="rect" class="external-link" href="http://hl7api.sourceforge.net" rel="nofollow">HAPI library.</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="netty.html" title="Netty">Netty</a> / camel-netty
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 netty:&lt;tcp|udp&gt;//hostName[:port][?&lt;options&gt;]
@@ -726,20 +662,75 @@ paxlogging:appender
 </div>
 
 
-<h3><a shape="rect" name="ComponentListGrouped-Routing"></a>Routing</h3>
+<h3><a shape="rect" name="ComponentListGrouped-Persistence"></a>Persistence</h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="context.html" title="Context">Context</a> / camel-context
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="couchdb.html" title="CouchDB">CouchDB</a> / camel-couchdb
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-[context:]camelContextId:localEndpointName[?&lt;options&gt;]
+couchdb:hostName[:port]/database[?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Used to refer to endpoints within a separate CamelContext to provide a simple <a shape="rect" href="context.html" title="Context">black box composition</a> approach so that routes can be combined into a CamelContext and then used as a black box component inside other routes in other CamelContext. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="routebox.html" title="Routebox">Routebox</a> / camel-routebox
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> To integrate with <a shape="rect" class="external-link" href="http://couchdb.apache.org/">Apache CouchDB</a>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="db4o.html" title="Db4o">Db4o</a> / camel-db4o in <a shape="rect" class="external-link" href="http://code.google.com/p/camel-extra/" rel="nofollow">camel-extra</a>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+db4o://className
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For using a db4o datastore as a queue via the <a shape="rect" class="external-link" href="http://www.db4o.com/" rel="nofollow">db4o</a> (database for objects) library. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="ejb.html" title="EJB">EJB</a> / camel-ejb
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-routebox:routeBoxName[?&lt;options&gt;]
+ejb:ejbName[?&lt;options&gt;]
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses the <a shape="rect" href="bean-binding.html" title="Bean Binding">Bean Binding</a> to bind message exchanges to Enterprise Java Beans (EJBs). It works like the <a shape="rect" href="bean.html" title="Bean">Bean</a> component but just for accessing EJBs. Supports EJB 3.0 onwards. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="hbase.html" title="hbase">HBase</a> / camel-hbase
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
+hbase://table[?&lt;options&gt;]
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For reading/writing from/to an <a shape="rect" class="external-link" href="http://hadoop.apache.org/hbase/">HBase</a> store (Hadoop database). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="hibernate.html" title="Hibernate">Hibernate</a> / camel-hibernate in <a shape="rect" class="external-link" href="http://code.google.com/p/camel-extra/" rel="nofollow">camel-extra</a>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+hibernate://entityName[?&lt;options&gt;]
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For using a database as a queue via the <a shape="rect" class="external-link" href="http://www.hibernate.org/" rel="nofollow">Hibernate</a> library. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="ibatis.html" title="iBATIS">iBATIS</a> / camel-ibatis
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
+ibatis://statementName[?&lt;options&gt;]
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Performs a query, poll, insert, update or delete in a relational database using <a shape="rect" class="external-link" href="http://ibatis.apache.org/">Apache iBATIS</a>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="jdbc.html" title="JDBC">JDBC</a> / camel-jdbc
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
+jdbc:dataSourceName[?&lt;options&gt;]
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For performing Java Database Connectivity (JDBC) queries and operations. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="jpa.html" title="JPA">JPA</a> / camel-jpa
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
+jpa://entityName[?&lt;options&gt;]
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For using a database as a queue via the Java Persistence API (JPA) specification for working with <a shape="rect" class="external-link" href="http://openjpa.apache.org/">OpenJPA</a>, <a shape="rect" class="external-link" href="http://www.hibernate.org/" rel="nofollow">Hibernate</a> or TopLink. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="krati.html" title="Krati">Krati</a> / camel-krati
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
+krati://datastorePath[?&lt;options&gt;]
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For producing to or consuming to <a shape="rect" class="external-link" href="http://sna-projects.com/krati/" rel="nofollow">Krati</a> datastores. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="mongodb.html" title="MongoDB">MongoDB</a> / camel-mongodb
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
+mongodb:connectionBean[?&lt;options&gt;]
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Interacts with <a shape="rect" class="external-link" href="http://www.mongodb.org/" rel="nofollow">MongoDB</a> databases and collections. Offers producer endpoints to perform CRUD-style operations and more against databases and collections, as well as consumer endpoints to listen on collections and dispatch objects to Camel routes. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="mybatis.html" title="MyBatis">MyBatis</a> / camel-mybatis
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
+mybatis://statementName[?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Facilitates the creation of specialized endpoints that offer encapsulation and a strategy/map based indirection service to a collection of camel routes hosted in an automatically created or user injected camel context. </td></tr></tbody></table>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Performs a query, poll, insert, update or delete in a relational database using <a shape="rect" class="external-link" href="http://mybatis.org/" rel="nofollow">MyBatis</a>. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="sql-component.html" title="SQL Component">SQL</a> / camel-sql
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
+sql:queryCommand[?&lt;options&gt;]
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Performing Structured Query Language (SQL) queries using JDBC. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="spring-neo4j.html" title="Spring Neo4j">Spring Neo4j</a> / camel-spring-neo4j in <a shape="rect" class="external-link" href="http://code.google.com/p/camel-extra/" rel="nofollow">camel-extra</a>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+spring-neo4j:http://hostName[:port]/database[?options]
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Component for producing to Neo4j datastore using the <a shape="rect" class="external-link" href="http://www.springsource.org/spring-data/neo4j" rel="nofollow">Spring Data Neo4j</a> library. </td></tr></tbody></table>
 </div>
 
 
@@ -1017,12 +1008,7 @@ cxfrs:&lt;bean:rsEndpoint|//someAddress&
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 restlet:restletUrl[?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Component for consuming and producing Restful resources using <a shape="rect" class="external-link" href="http://www.restlet.org" rel="nofollow">Restlet.</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="rmi.html" title="RMI">RMI</a> / camel-rmi
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-rmi://hostName[:port][?&lt;options&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with remote method invocation (RMI). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="spring-web-services.html" title="Spring Web Services">Spring Web Services</a> / camel-spring-ws
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Component for consuming and producing Restful resources using <a shape="rect" class="external-link" href="http://www.restlet.org" rel="nofollow">Restlet.</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="spring-web-services.html" title="Spring Web Services">Spring Web Services</a> / camel-spring-ws
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 spring-ws:[mapping-type:]someAddress[?&lt;options&gt;]
@@ -1039,7 +1025,12 @@ websocket://hostname[:port][/resourceUri
 <h3><a shape="rect" name="ComponentListGrouped-Platformsupport"></a>Platform support</h3>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apns.html" title="APNS">APNS</a> / camel-apns
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a> / activiti-camel
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+activiti:camelProcess:serviceTask
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For working with <a shape="rect" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a>, a light-weight workflow and Business Process Management (BPM) platform which supports BPMN 2. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="apns.html" title="APNS">APNS</a> / camel-apns
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 apns:&lt;notify|consumer&gt;[?&lt;options&gt;]
@@ -1054,16 +1045,11 @@ salesforce:topic[?&lt;options&gt;]
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 sap-netweaver:hostName[:port][?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> To integrate with <a shape="rect" class="external-link" href="http://scn.sap.com/docs/DOC-31221" rel="nofollow">SAP NetWeaver Gateway.</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vertx.html" title="Vertx">Vertx</a> / camel-vertx
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-vertx:eventBusName
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with the <a shape="rect" class="external-link" href="http://vertx.io/" rel="nofollow">vertx</a> event bus. </td></tr></tbody></table>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> To integrate with <a shape="rect" class="external-link" href="http://scn.sap.com/docs/DOC-31221" rel="nofollow">SAP NetWeaver Gateway.</a> </td></tr></tbody></table>
 </div>
 
 
-<h3><a shape="rect" name="ComponentListGrouped-Specialsupport"></a>Special support</h3>
+<h3><a shape="rect" name="ComponentListGrouped-RemoteServices"></a>Remote Services</h3>
 
 <div class="table-wrap">
 <table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="avro.html" title="avro">Avro</a> / camel-avro
@@ -1071,7 +1057,29 @@ vertx:eventBusName
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 avro:[transport]:[host]:[port][/messageName][?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with <a shape="rect" class="external-link" href="http://avro.apache.org/">Apache Avro</a> for data serialization. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="cache.html" title="Cache">Cache</a> / camel-cache
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with <a shape="rect" class="external-link" href="http://avro.apache.org/">Apache Avro</a> for data serialization. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="jclouds.html" title="jclouds">jclouds</a> / camel-jclouds
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
+jclouds:&lt;blobstore|compute&gt;:[provider id][?&lt;options&gt;]
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For interacting with cloud compute &amp; blobstore service via <a shape="rect" class="external-link" href="http://www.jclouds.org" rel="nofollow">jclouds.</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="jcifs.html" title="JCIFS">JCIFS</a> / camel-jcifs in <a shape="rect" class="external-link" href="http://code.google.com/p/camel-extra/" rel="nofollow">camel-extra</a>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+smb://user@server.example.com/sharename?password=secret&amp;localWorkDirectory=/tmp
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> This component provides access to remote file systems over the CIFS/SMB networking protocol by using the <a shape="rect" class="external-link" href="http://jcifs.samba.org/" rel="nofollow">JCIFS</a> library. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="rmi.html" title="RMI">RMI</a> / camel-rmi
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
+rmi://hostName[:port][?&lt;options&gt;]
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with remote method invocation (RMI). </td></tr></tbody></table>
+</div>
+
+
+<h3><a shape="rect" name="ComponentListGrouped-Specialsupport"></a>Special support</h3>
+
+<div class="table-wrap">
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="cache.html" title="Cache">Cache</a> / camel-cache
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
 cache://cacheName[?&lt;options&gt;]
@@ -1091,39 +1099,17 @@ hazelcast://[type]:cachename[?&lt;option
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 rcode://host[:port]/operation[?options]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses <a shape="rect" class="external-link" href="http://www.rforge.net/Rserve/" rel="nofollow">Rserve</a> to integrate Camel with the statistics environment <a shape="rect" class="external-link" href="http://www.r-project.org/" rel="nofollow">R.</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="weather.html" title="Weather">Weather</a> / camel-weather
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Uses <a shape="rect" class="external-link" href="http://www.rforge.net/Rserve/" rel="nofollow">Rserve</a> to integrate Camel with the statistics environment <a shape="rect" class="external-link" href="http://www.r-project.org/" rel="nofollow">R.</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="routebox.html" title="Routebox">Routebox</a> / camel-routebox
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-wweather://name[?&lt;options&gt;]
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Polls the weather information from <a shape="rect" class="external-link" href="http://openweathermap.org" rel="nofollow">Open Weather Map.</a> </td></tr></tbody></table>
-</div>
-
-
-<h3><a shape="rect" name="ComponentListGrouped-Miscellaneous"></a>Miscellaneous</h3>
-
-<div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Component / ArtifactId / URI </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a> / activiti-camel
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
-activiti:camelProcess:serviceTask
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For working with <a shape="rect" class="external-link" href="http://www.activiti.org/" rel="nofollow">Activiti</a>, a light-weight workflow and Business Process Management (BPM) platform which supports BPMN 2. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="esper.html" title="Esper">Esper</a> / camel-esper in <a shape="rect" class="external-link" href="http://code.google.com/p/camel-extra/" rel="nofollow">camel-extra</a>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
-esper:name
+routebox:routeBoxName[?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with the <a shape="rect" class="external-link" href="http://esper.codehaus.org" rel="nofollow">Esper Library</a> for Event Stream Processing. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="jclouds.html" title="jclouds">jclouds</a> / camel-jclouds
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Facilitates the creation of specialized endpoints that offer encapsulation and a strategy/map based indirection service to a collection of camel routes hosted in an automatically created or user injected camel context. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="weather.html" title="Weather">Weather</a> / camel-weather
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: plain; gutter: false" type="syntaxhighlighter"><![CDATA[
-jclouds:&lt;blobstore|compute&gt;:[provider id][?&lt;options&gt;]
+weather://name[?&lt;options&gt;]
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> For interacting with cloud compute &amp; blobstore service via <a shape="rect" class="external-link" href="http://www.jclouds.org" rel="nofollow">jclouds.</a> </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="jcifs.html" title="JCIFS">JCIFS</a> / camel-jcifs in <a shape="rect" class="external-link" href="http://code.google.com/p/camel-extra/" rel="nofollow">camel-extra</a>
-<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
-<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
-smb://user@server.example.com/sharename?password=secret&amp;localWorkDirectory=/tmp
-]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> This component provides access to remote file systems over the CIFS/SMB networking protocol by using the <a shape="rect" class="external-link" href="http://jcifs.samba.org/" rel="nofollow">JCIFS</a> library. </td></tr></tbody></table>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Polls the weather information from <a shape="rect" class="external-link" href="http://openweathermap.org" rel="nofollow">Open Weather Map.</a> </td></tr></tbody></table>
 </div>
 </div>
         </td>