Author: buildbot
Date: Mon Oct 15 09:20:25 2012
New Revision: 835110
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/book-cookbook.html
websites/production/camel/content/book-in-one-page.html
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/pojo-consuming.html
Modified: websites/production/camel/content/book-cookbook.html
==============================================================================
--- websites/production/camel/content/book-cookbook.html (original)
+++ websites/production/camel/content/book-cookbook.html Mon Oct 15 09:20:25 2012
@@ -781,7 +781,7 @@ Camel uses this algorithm to find the ge
2. If no property name was configured, then use the method name<br clear="none">
3. Try to get the property with name*Endpoint* (eg with Endpoint as postfix)<br clear="none">
4. Try to get the property with the name as is (eg no postfix or postfix)<br clear="none">
-5. If the property name starts with <b>on</b> then skip omit that, and try step
3 and 4 again.</p>
+5. If the property name starts with <b>on</b> then omit that, and try step 3
and 4 again.</p>
<p>So in the example above, we could have defined the @Consume annotation as</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
@@ -801,7 +801,7 @@ Camel uses this algorithm to find the ge
</pre>
</div></div>
-<p>Now Camel match step 5, and loose the starting on in the name, and look for 'service'
as the property. And because there is a getServiceEndpoint method, Camel will use that.</p>
+<p>Now Camel matches step 5, and loses the prefix <b>on</b> in the name,
and looks for 'service' as the property. And because there is a getServiceEndpoint method,
Camel will use that.</p>
Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Mon Oct 15 09:20:25 2012
@@ -1961,7 +1961,7 @@ Camel uses this algorithm to find the ge
2. If no property name was configured, then use the method name<br clear="none">
3. Try to get the property with name*Endpoint* (eg with Endpoint as postfix)<br clear="none">
4. Try to get the property with the name as is (eg no postfix or postfix)<br clear="none">
-5. If the property name starts with <b>on</b> then skip omit that, and try step
3 and 4 again.</p>
+5. If the property name starts with <b>on</b> then omit that, and try step 3
and 4 again.</p>
<p>So in the example above, we could have defined the @Consume annotation as</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
@@ -1981,7 +1981,7 @@ Camel uses this algorithm to find the ge
</pre>
</div></div>
-<p>Now Camel match step 5, and loose the starting on in the name, and look for 'service'
as the property. And because there is a getServiceEndpoint method, Camel will use that.</p>
+<p>Now Camel matches step 5, and loses the prefix <b>on</b> in the name,
and looks for 'service' as the property. And because there is a getServiceEndpoint method,
Camel will use that.</p>
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/pojo-consuming.html
==============================================================================
--- websites/production/camel/content/pojo-consuming.html (original)
+++ websites/production/camel/content/pojo-consuming.html Mon Oct 15 09:20:25 2012
@@ -198,7 +198,7 @@ Camel uses this algorithm to find the ge
2. If no property name was configured, then use the method name<br clear="none">
3. Try to get the property with name*Endpoint* (eg with Endpoint as postfix)<br clear="none">
4. Try to get the property with the name as is (eg no postfix or postfix)<br clear="none">
-5. If the property name starts with <b>on</b> then skip omit that, and try step
3 and 4 again.</p>
+5. If the property name starts with <b>on</b> then omit that, and try step 3
and 4 again.</p>
<p>So in the example above, we could have defined the @Consume annotation as</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
@@ -218,7 +218,7 @@ Camel uses this algorithm to find the ge
</pre>
</div></div>
-<p>Now Camel match step 5, and loose the starting on in the name, and look for 'service'
as the property. And because there is a getServiceEndpoint method, Camel will use that.</p>
+<p>Now Camel matches step 5, and loses the prefix <b>on</b> in the name,
and looks for 'service' as the property. And because there is a getServiceEndpoint method,
Camel will use that.</p>
|