Author: buildbot
Date: Tue Nov 20 02:18:06 2012
New Revision: 838891

Log:
Production update by buildbot for camel

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

Modified: websites/production/camel/content/avro.html
==============================================================================
--- websites/production/camel/content/avro.html (original)
+++ websites/production/camel/content/avro.html Tue Nov 20 02:18:06 2012
@@ -165,7 +165,7 @@
 
 <p>In the same manner you can umarshal using the avro data format.</p>
 
-<h3><a shape="rect" name="avro-UsingAvroIPCinCamel"></a>Using Avro IPC in 
Camel</h3>
+<h3><a shape="rect" name="avro-UsingAvroRPCinCamel"></a>Using Avro RPC in 
Camel</h3>
 <p>As mentioned above Avro also provides RPC support over multiple transports 
such as http and netty. Camel provides consumers and producers for these two 
transports.</p>
 
 <div class="code panel" style="border-width: 1px;"><div class="codeContent 
panelContent">
@@ -180,14 +180,14 @@ avro:[transport]:[host]:[port]
 
 <p>In a similar manner when using camel avro consumers for avro ipc, the 
requests arguments will be placed inside the "in" message body of the created 
exchange and once the exchange is processed the body of the "out" message will 
be send as a response.</p>
 
-<h3><a shape="rect" name="avro-AvroIPCURIOptions"></a>Avro IPC URI Options</h3>
+<h3><a shape="rect" name="avro-AvroRPCURIOptions"></a>Avro RPC URI Options</h3>
 
 <div class="confluenceTableSmall"><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"> Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>protocolClassName</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> The class name of the avro protocol. 
</td></tr></tbody></table>
 </div>
 </div>
 
-<h3><a shape="rect" name="avro-AvroIPCHeaders"></a>Avro IPC Headers</h3>
+<h3><a shape="rect" name="avro-AvroRPCHeaders"></a>Avro RPC Headers</h3>
 
 <div class="confluenceTableSmall"><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">  Description </th></tr><tr><td colspan="1" rowspan="1" 
class="confluenceTd"> <tt>CamelAvroMessageName</tt> </td><td colspan="1" 
rowspan="1" class="confluenceTd"> The name of the message to send. 
</td></tr></tbody></table>

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


Reply via email to