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/07/13 11:19:46 UTC

svn commit: r869322 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache rmi.html

Author: buildbot
Date: Sat Jul 13 09:19:46 2013
New Revision: 869322

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/rmi.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Sat Jul 13 09:19:46 2013
@@ -14925,9 +14925,9 @@ Your browser will then show the followin
 
 <h2><a shape="rect" name="BookComponentAppendix-RMIComponent"></a>RMI Component</h2>
 
-<p>The <b>rmi:</b> component binds <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/component/pojo/PojoExchange.html">PojoExchanges</a> to the RMI protocol (JRMP).</p>
+<p>The <b>rmi:</b> component binds <a shape="rect" href="exchange.html" title="Exchange">Exchange</a>s to the RMI protocol (JRMP).</p>
 
-<p>Since this binding is just using RMI, normal RMI rules still apply regarding what methods can be invoked.  This component supports only <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/component/pojo/PojoExchange.html">PojoExchanges</a> that carry a method invocation from an interface that extends the <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.3/docs/api/java/rmi/Remote.html" rel="nofollow">Remote</a> interface.  All parameters in the method should be either <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html" rel="nofollow">Serializable</a> or <tt>Remote</tt> objects.</p>
+<p>Since this binding is just using RMI, normal RMI rules still apply regarding what methods can be invoked.  This component supports only Exchanges that carry a method invocation from an interface that extends the <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.3/docs/api/java/rmi/Remote.html" rel="nofollow">Remote</a> interface.  All parameters in the method should be either <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html" rel="nofollow">Serializable</a> or <tt>Remote</tt> objects.</p>
 
 <p>Maven users will need to add the following dependency to their <tt>pom.xml</tt> for this component:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">

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 Sat Jul 13 09:19:46 2013
@@ -36307,9 +36307,9 @@ Your browser will then show the followin
 
 <h2><a shape="rect" name="BookInOnePage-RMIComponent"></a>RMI Component</h2>
 
-<p>The <b>rmi:</b> component binds <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/component/pojo/PojoExchange.html">PojoExchanges</a> to the RMI protocol (JRMP).</p>
+<p>The <b>rmi:</b> component binds <a shape="rect" href="exchange.html" title="Exchange">Exchange</a>s to the RMI protocol (JRMP).</p>
 
-<p>Since this binding is just using RMI, normal RMI rules still apply regarding what methods can be invoked.  This component supports only <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/component/pojo/PojoExchange.html">PojoExchanges</a> that carry a method invocation from an interface that extends the <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.3/docs/api/java/rmi/Remote.html" rel="nofollow">Remote</a> interface.  All parameters in the method should be either <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html" rel="nofollow">Serializable</a> or <tt>Remote</tt> objects.</p>
+<p>Since this binding is just using RMI, normal RMI rules still apply regarding what methods can be invoked.  This component supports only Exchanges that carry a method invocation from an interface that extends the <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.3/docs/api/java/rmi/Remote.html" rel="nofollow">Remote</a> interface.  All parameters in the method should be either <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html" rel="nofollow">Serializable</a> or <tt>Remote</tt> objects.</p>
 
 <p>Maven users will need to add the following dependency to their <tt>pom.xml</tt> for this component:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">

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

Modified: websites/production/camel/content/rmi.html
==============================================================================
--- websites/production/camel/content/rmi.html (original)
+++ websites/production/camel/content/rmi.html Sat Jul 13 09:19:46 2013
@@ -87,9 +87,9 @@
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h2><a shape="rect" name="RMI-RMIComponent"></a>RMI Component</h2>
 
-<p>The <b>rmi:</b> component binds <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/component/pojo/PojoExchange.html">PojoExchanges</a> to the RMI protocol (JRMP).</p>
+<p>The <b>rmi:</b> component binds <a shape="rect" href="exchange.html" title="Exchange">Exchange</a>s to the RMI protocol (JRMP).</p>
 
-<p>Since this binding is just using RMI, normal RMI rules still apply regarding what methods can be invoked.  This component supports only <a shape="rect" class="external-link" href="http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/component/pojo/PojoExchange.html">PojoExchanges</a> that carry a method invocation from an interface that extends the <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.3/docs/api/java/rmi/Remote.html" rel="nofollow">Remote</a> interface.  All parameters in the method should be either <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html" rel="nofollow">Serializable</a> or <tt>Remote</tt> objects.</p>
+<p>Since this binding is just using RMI, normal RMI rules still apply regarding what methods can be invoked.  This component supports only Exchanges that carry a method invocation from an interface that extends the <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.3/docs/api/java/rmi/Remote.html" rel="nofollow">Remote</a> interface.  All parameters in the method should be either <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/Serializable.html" rel="nofollow">Serializable</a> or <tt>Remote</tt> objects.</p>
 
 <p>Maven users will need to add the following dependency to their <tt>pom.xml</tt> for this component:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">