Added: websites/production/camel/content/etcd.html
==============================================================================
--- websites/production/camel/content/etcd.html (added)
+++ websites/production/camel/content/etcd.html Tue Feb 23 14:19:25 2016
@@ -0,0 +1,205 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+    <link href="//camel.apache.org/styles/site.css" rel="stylesheet" 
type="text/css">
+    <link href="//camel.apache.org/styles/type-settings.css" rel="stylesheet" 
type="text/css">
+    <script src="//camel.apache.org/styles/prototype.js" 
type="text/javascript"></script>
+    <script src="//camel.apache.org/styles/rico.js" 
type="text/javascript"></script>    
+    <script src="//camel.apache.org/styles/site.js" 
type="text/javascript"></script>
+
+    <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
+
+    <style type="text/css">
+      .maincontent { overflow:hidden; }
+    </style>
+    <!--[if IE]>
+    <style type="text/css">
+      .maincontent { width:100%; }
+    </style>
+    <![endif]-->
+
+
+  <link href='//camel.apache.org/styles/highlighter/styles/shCoreCamel.css' 
rel='stylesheet' type='text/css' />
+  <link href='//camel.apache.org/styles/highlighter/styles/shThemeCamel.css' 
rel='stylesheet' type='text/css' />
+  <script src='//camel.apache.org/styles/highlighter/scripts/shCore.js' 
type='text/javascript'></script>
+  <script src='//camel.apache.org/styles/highlighter/scripts/shBrushJava.js' 
type='text/javascript'></script>
+  <script src='//camel.apache.org/styles/highlighter/scripts/shBrushXml.js' 
type='text/javascript'></script>
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+
+    <title>
+    Apache Camel: Etcd
+    </title>
+</head>
+<body>
+<div class="white_box">
+<div class="header">
+  <div class="header_l">
+    <div class="header_r">
+    </div>
+  </div>
+</div>
+<div class="content">
+  <div class="content_l">
+    <div class="content_r">
+      <div>
+          <!-- Banner -->
+<div id="banner-content"><div id="asf_logo">
+       <div id="activemq_logo" style="height:108px; background:transparent 
url(banner.data/apache-camel-7.png) no-repeat scroll left top;">
+            <a shape="rect" style="float:left; 
width:310px;display:block;text-indent:-5000px;text-decoration:none;line-height:140px;
 margin-top:20px; margin-left:18px;" href="http://camel.apache.org/";>Camel</a>
+            <a shape="rect" style="float:right; 
width:180px;display:block;text-indent:-5000px;text-decoration:none;line-height:80px;
 margin-top:45px; margin-right:10px;" href="http://www.apache.org";>Apache</a>
+       </div>
+</div></div>
+          <!-- Banner -->
+        <div class="top_red_bar">
+          <div id="site-breadcrumbs">
+                <!-- Breadcrumbs -->
+<a href="index.html">Apache Camel</a>&nbsp;&gt;&nbsp;<a 
href="documentation.html">Documentation</a>&nbsp;&gt;&nbsp;<a 
href="components.html">Components</a>&nbsp;&gt;&nbsp;<a 
href="etcd.html">Etcd</a>
+          </div>
+          <!-- Quicklinks -->
+<div id="site-quicklinks"><p><a shape="rect" href="download.html">Download</a> 
| <a shape="rect" href="javadoc.html">JavaDoc</a> | <a shape="rect" 
href="source.html">Source</a> | <a shape="rect" 
href="discussion-forums.html">Forums</a> | <a shape="rect" 
href="support.html">Support</a></p></div>
+          <!-- Quicklinks -->
+        </div>
+
+       <table border="0">
+       <tbody>
+        <tr>
+        <td valign="top" width="100%">
+<div class="wiki-content maincontent"><h2 id="Etcd-EtcdComponent">Etcd 
Component</h2><div class="confluence-information-macro 
confluence-information-macro-tip"><p class="title">Available since Camel 
2.17.0</p><span class="aui-icon aui-icon-small aui-iconfont-approve 
confluence-information-macro-icon"></span><div 
class="confluence-information-macro-body">&#160;</div></div><p><a shape="rect" 
class="external-link" href="https://coreos.com/etcd/"; 
rel="nofollow">Etcd</a>&#160;<span style="">is a distributed key value store 
that provides a reliable way to store data across a cluster of 
machines</span>.&#160;</p><p>Maven users will need to add the following 
dependency to their&#160;<code>pom.xml</code>&#160;for this component.</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
+<script class="brush: xml; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
+    &lt;artifactId&gt;camel-etcd&lt;/artifactId&gt;
+    &lt;!-- use the same version as your Camel core version --&gt;
+    &lt;version&gt;x.y.z&lt;/version&gt;
+&lt;/dependency&gt;
+]]></script>
+</div></div><h3 id="Etcd-URIformat">URI format</h3><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[etcd:namespace[/path][?options]
+]]></script>
+</div></div><p>Where&#160;<strong>namespace</strong>&#160;represents the etcd 
context to which the etcd-component should operate and path is an optional 
attribute to define which node is being impacted.&#160;</p><p>Supported 
namespaces are:</p><ul><li>keys</li><li>watch</li><li>stats<br clear="none"><br 
clear="none"></li></ul><div><h3 id="Etcd-Options">Options</h3><div 
class="table-wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" 
rowspan="1" class="confluenceTh"><p>Name</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Default Value</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>uris</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><a shape="rect" class="external-link" 
href="http://localhost:2379,http:"; 
rel="nofollow">http://localhost:2379,http://localhost:4001</a></p></td><td 
colspan="1" rowspan="1" class="confluenceTd"><p>Defines the URIs t
 he component should connect to.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">sslContextParameters</td><td colspan="1" rowspan="1" 
class="confluenceTd"><code>null</code></td><td colspan="1" rowspan="1" 
class="confluenceTd">To use a 
custom&#160;<code>org.apache.camel.util.jsse.SSLContextParameters</code>. 
See&#160;<a shape="rect" 
href="https://cwiki.apache.org/confluence/display/CAMEL/http4#HTTP4-UsingtheJSSEConfigurationUtility";>Using
 the JSSE Configuration Utility</a></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">userName</td><td colspan="1" rowspan="1" 
class="confluenceTd">null</td><td colspan="1" rowspan="1" 
class="confluenceTd">The user name to use for basic 
authentication</td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">password</td><td colspan="1" rowspan="1" 
class="confluenceTd">null</td><td colspan="1" rowspan="1" 
class="confluenceTd">The password to use for basic 
authentication</td></tr><tr><td colspan="1" rowspan="1" class="
 confluenceTd">sendEmptyExchangeOnTimeout</td><td colspan="1" rowspan="1" 
class="confluenceTd">false</td><td colspan="1" rowspan="1" 
class="confluenceTd">To send an empty message in case of timeout watching for a 
key (consumer only)</td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">recursive</td><td colspan="1" rowspan="1" 
class="confluenceTd">false</td><td colspan="1" rowspan="1" 
class="confluenceTd">To apply an action recursively</td></tr><tr><td 
colspan="1" rowspan="1" class="confluenceTd">timeToLive</td><td colspan="1" 
rowspan="1" class="confluenceTd">null</td><td colspan="1" rowspan="1" 
class="confluenceTd">To set the lifespan of a key in 
milliseconds</td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">timeout</td><td colspan="1" rowspan="1" 
class="confluenceTd">null</td><td colspan="1" rowspan="1" 
class="confluenceTd">To set the maximum time an action could take to 
complete.</td></tr></tbody></table></div><h3 id="Etcd-Headers">Headers</h3><div 
class="table
 -wrap"><table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh">Name</th><th colspan="1" rowspan="1" 
class="confluenceTh">Type</th><th colspan="1" rowspan="1" 
class="confluenceTh">Description</th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">CamelEtcdAction</td><td colspan="1" rowspan="1" 
class="confluenceTd">java.lang.String</td><td colspan="1" rowspan="1" 
class="confluenceTd">The action to perform, supported values are set, delete, 
deleteDir, get</td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">CamelEtcdNamespace</td><td colspan="1" rowspan="1" 
class="confluenceTd">java.lang.String</td><td colspan="1" rowspan="1" 
class="confluenceTd"><p>The etcd context an exchange was generated/processed 
from</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">CamelEtcdPath</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>java.lang.String</span></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p>For keys names
 pace, it is used to determine the node subject the the action, if not set the 
path from URI endpoint is used. For stats and watch namespaces it contains the 
path of the node beign processed</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">CamelEtcdTimeout</td><td colspan="1" rowspan="1" 
class="confluenceTd">java.lang.Long</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>To set the maximum time an action could take to 
complete. If not present, the <span>timeout option is taken into 
account</span></span></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd">CamelEtcdTtl</td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>java.lang.Integer</span></td><td colspan="1" 
rowspan="1" class="confluenceTd"><span><span>To set the lifespan of a key in 
milliseconds</span>. <span> If not present, the 
<span>timeToLive</span></span><span> option is taken into 
account</span></span></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><span>CamelEtcdR
 ecursive</span></td><td colspan="1" rowspan="1" 
class="confluenceTd"><span>java.lang.Boolean</span></td><td colspan="1" 
rowspan="1" class="confluenceTd"><span>o apply an action recursively. 
</span><span> If not present, the recursive</span><span> option is taken into 
account</span></td></tr></tbody></table></div><h3 
id="Etcd-Keysnamespaceexample:">Keys namespace example:</h3><p>&#160;</p><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[CamelContext context = new 
DefaultCamelContext();
+context.addRoutes(new RouteBuilder() {
+    public void configure() {
+       from(&quot;direct:keys-set&quot;)
+            .to(&quot;etcd:keys&quot;)
+                .to(&quot;log:camel-etcd?level=INFO&quot;);
+    }
+});
+
+Map&lt;String, Object&gt; headers = new HashMap&lt;&gt;();
+headers.put(EtcdConstants.ETCD_ACTION, EtcdConstants.ETCD_KEYS_ACTION_SET);
+headers.put(EtcdConstants.ETCD_PATH, &quot;/camel/etcd/myKey&quot;);
+ 
+ProducerTemplate template = context.createProducerTemplate();
+template.sendBodyAndHeaders(&quot;direct:keys-set&quot;, 
&quot;camel-etcd&quot;, headers); ]]></script>
+</div></div><p>&#160;</p><h3 id="Etcd-Statsnamespaceexample:">Stats namespace 
example:</h3><p>&#160;</p><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[CamelContext context = new 
DefaultCamelContext();
+context.addRoutes(new RouteBuilder() {
+    public void configure() {
+       
from(&quot;etcd:stats/leader?consumer.delay=50&amp;consumer.initialDelay=0&quot;)
+           .to(&quot;log:etcd-leader-stats?level=INFO&quot;);
+       
from(&quot;etcd:stats/self?consumer.delay=50&amp;consumer.initialDelay=0&quot;)
+           .to(&quot;log:etcd-self-stats?level=INFO&quot;);
+       
from(&quot;etcd:stats/store?consumer.delay=50&amp;consumer.initialDelay=0&quot;)
+           .to(&quot;log:etcd-store-stats?level=INFO&quot;);
+    }
+}); ]]></script>
+</div></div><p>&#160;</p><h3 id="Etcd-Watchnamespaceexample:">Watch namespace 
example:</h3><p>&#160;</p><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[CamelContext context = new 
DefaultCamelContext();
+context.addRoutes(new RouteBuilder() {
+    public void configure() {
+       from(&quot;etcd:watch/recursive?recursive=true&quot;)
+        .marshall().json()
+        .to(&quot;log:etcd-event?level=INFO&quot;)
+    }
+});]]></script>
+</div></div><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p><p>&#160;</p></div></div>
+        </td>
+        <td valign="top">
+          <div class="navigation">
+            <div class="navigation_top">
+                <!-- NavigationBar -->
+<div class="navigation_bottom" id="navigation_bottom"><h3 
id="Navigation-Overview"><a shape="rect" 
href="overview.html">Overview</a></h3><ul class="alternate"><li><a shape="rect" 
href="index.html">Home</a></li><li><a shape="rect" 
href="download.html">Download</a></li><li><a shape="rect" 
href="getting-started.html">Getting Started</a></li><li><a shape="rect" 
href="faq.html">FAQ</a></li></ul><h3 id="Navigation-Documentation"><a 
shape="rect" href="documentation.html">Documentation</a></h3><ul 
class="alternate"><li><a shape="rect" href="user-guide.html">User 
Guide</a></li><li><a shape="rect" href="manual.html">Manual</a></li><li><a 
shape="rect" href="books.html">Books</a></li><li><a shape="rect" 
href="tutorials.html">Tutorials</a></li><li><a shape="rect" 
href="examples.html">Examples</a></li><li><a shape="rect" 
href="cookbook.html">Cookbook</a></li><li><a shape="rect" 
href="architecture.html">Architecture</a></li><li><a shape="rect" 
href="enterprise-integration-patterns.html">Enterprise
  Integration Patterns</a></li><li><a shape="rect" 
href="dsl.html">DSL</a></li><li><a shape="rect" 
href="components.html">Components</a></li><li><a shape="rect" 
href="data-format.html">Data Format</a></li><li><a shape="rect" 
href="languages.html">Languages</a></li><li><a shape="rect" 
href="security.html">Security</a></li><li><a shape="rect" 
href="security-advisories.html">Security Advisories</a></li></ul><h3 
id="Navigation-Search">Search</h3><form 
enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" 
action="http://www.google.com/cse";>
+  <div>
+    <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq">
+    <input type="hidden" name="ie" value="UTF-8">
+    <input type="text" name="q" size="21">
+    <input type="submit" name="sa" value="Search">
+  </div>
+</form>
+<script type="text/javascript" 
src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en";></script><h3
 id="Navigation-Community"><a shape="rect" 
href="community.html">Community</a></h3><ul class="alternate"><li><a 
shape="rect" href="support.html">Support</a></li><li><a shape="rect" 
href="contributing.html">Contributing</a></li><li><a shape="rect" 
href="discussion-forums.html">Discussion Forums</a></li><li><a shape="rect" 
href="mailing-lists.html">Mailing Lists</a></li><li><a shape="rect" 
href="user-stories.html">User Stories</a></li><li><a shape="rect" 
href="news.html">News</a></li><li><a shape="rect" 
href="articles.html">Articles</a></li><li><a shape="rect" 
href="site.html">Site</a></li><li><a shape="rect" 
href="team.html">Team</a></li><li><a shape="rect" class="external-link" 
href="http://camel-extra.googlecode.com/"; rel="nofollow">Camel 
Extra</a></li></ul><h3 id="Navigation-Developers"><a shape="rect" 
href="developers.html">Developers</a></h3><ul class="alternate"
 ><li><a shape="rect" href="developers.html">Developer Guide</a></li><li><a 
 >shape="rect" href="source.html">Source</a></li><li><a shape="rect" 
 >href="building.html">Building</a></li><li><a shape="rect" 
 >href="javadoc.html">JavaDoc</a></li><li><a shape="rect" 
 >href="irc-room.html">IRC Room</a></li></ul><h3 
 >id="Navigation-ApacheSoftwareFoundation">Apache Software Foundation</h3><ul 
 >class="alternate"><li><a shape="rect" class="external-link" 
 >href="http://www.apache.org/licenses/";>License</a></li><li><a shape="rect" 
 >class="external-link" 
 >href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li><li><a
 > shape="rect" class="external-link" 
 >href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li><li><a 
 >shape="rect" class="external-link" 
 >href="http://www.apache.org/security/";>Security</a></li></ul></div>
+                <!-- NavigationBar -->
+            </div>
+          </div>
+        </td>
+        </tr>
+       </tbody>
+        </table>
+
+
+        <div class="bottom_red_bar"></div>
+      </div>
+    </div>
+  </div>
+</div>
+<div class="black_box">
+<div class="footer">
+  <div class="footer_l">
+    <div class="footer_r">
+      <div>
+        <a href="$base/privacy-policy.html">Privacy Policy</a> -
+        (<a 
href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=61340961";>edit
 page</a>)
+        (<a 
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61340961&amp;showComments=true&amp;showCommentArea=true#addcomment";>add
 comment</a>)
+      </div>
+    </div>
+  </div>
+</div>
+</div>
+</div>
+<div class="design_attribution">
+&copy; 2004-2015 The Apache Software Foundation.
+<br>          
+Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel 
project logo are trademarks of The Apache Software Foundation.  All other marks 
mentioned may be trademarks or registered trademarks of their respective owners.
+<br>
+<a href="http://hiramchirino.com";>Graphic Design By Hiram</a>
+</div>
+
+<!-- Camel committers that would like access to the Analytics, send a note to 
priv...@camel.apache.org -->
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-25976253-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
+
+</body>
+</html>
+
+

Modified: websites/production/camel/content/transport.html
==============================================================================
--- websites/production/camel/content/transport.html (original)
+++ websites/production/camel/content/transport.html Tue Feb 23 14:19:25 2016
@@ -224,7 +224,9 @@ disruptor-vm:someName[?&lt;option&gt;]
 </div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Uses the 
<a shape="rect" href="bean-binding.html">Bean Binding</a> to bind message 
exchanges to EJBs. It works like the <a shape="rect" href="bean.html">Bean</a> 
component but just for accessing EJBs. Supports EJB 3.0 
onwards.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="elasticsearch.html">ElasticSearch</a> / camel-elasticsearch</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
 <script class="brush: plain; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[elasticsearch://clusterName[?options]
 ]]></script>
-</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>For 
interfacing with an <a shape="rect" class="external-link" 
href="http://elasticsearch.org"; rel="nofollow">ElasticSearch</a> 
server.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" href="spring-event.html">Spring Event</a> / camel-spring</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
+</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>For 
interfacing with an <a shape="rect" class="external-link" 
href="http://elasticsearch.org"; rel="nofollow">ElasticSearch</a> 
server.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" href="etcd.html">Etcd</a> / camel-etcd</p><div class="code panel 
pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="brush: plain; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[etcd:namespace[/path][?options]]]></script>
+</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><span>For 
interfacing with an </span><a shape="rect" class="external-link" 
href="https://coreos.com/etcd/"; rel="nofollow">Etcd</a><span> key value 
store.</span></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" href="spring-event.html">Spring 
Event</a> / camel-spring</p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
 <script class="brush: plain; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[spring-event://default
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Working 
with Spring ApplicationEvents</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" href="eventadmin.html">EventAdmin</a> / 
camel-eventadmin</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">

Modified: websites/production/camel/content/uris.html
==============================================================================
--- websites/production/camel/content/uris.html (original)
+++ websites/production/camel/content/uris.html Tue Feb 23 14:19:25 2016
@@ -229,7 +229,9 @@ disruptor-vm:someName[?&lt;option&gt;]
 </div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Uses the 
<a shape="rect" href="bean-binding.html">Bean Binding</a> to bind message 
exchanges to EJBs. It works like the <a shape="rect" href="bean.html">Bean</a> 
component but just for accessing EJBs. Supports EJB 3.0 
onwards.</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" 
href="elasticsearch.html">ElasticSearch</a> / camel-elasticsearch</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
 <script class="brush: plain; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[elasticsearch://clusterName[?options]
 ]]></script>
-</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>For 
interfacing with an <a shape="rect" class="external-link" 
href="http://elasticsearch.org"; rel="nofollow">ElasticSearch</a> 
server.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" href="spring-event.html">Spring Event</a> / camel-spring</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
+</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>For 
interfacing with an <a shape="rect" class="external-link" 
href="http://elasticsearch.org"; rel="nofollow">ElasticSearch</a> 
server.</p></td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"><p><a 
shape="rect" href="etcd.html">Etcd</a> / camel-etcd</p><div class="code panel 
pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="brush: plain; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[etcd:namespace[/path][?options]]]></script>
+</div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><span>For 
interfacing with an </span><a shape="rect" class="external-link" 
href="https://coreos.com/etcd/"; rel="nofollow">Etcd</a><span> key value 
store.</span></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" href="spring-event.html">Spring 
Event</a> / camel-spring</p><div class="code panel pdl" style="border-width: 
1px;"><div class="codeContent panelContent pdl">
 <script class="brush: plain; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[spring-event://default
 ]]></script>
 </div></div></td><td colspan="1" rowspan="1" class="confluenceTd"><p>Working 
with Spring ApplicationEvents</p></td></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"><p><a shape="rect" href="eventadmin.html">EventAdmin</a> / 
camel-eventadmin</p><div class="code panel pdl" style="border-width: 1px;"><div 
class="codeContent panelContent pdl">


Reply via email to