[teiid-commits] teiid SVN: r2798 - in trunk: documentation/reference/src/main/docbook/en-US/content and 1 other directory.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Dec 23 15:57:51 EST 2010


Author: shawkins
Date: 2010-12-23 15:57:51 -0500 (Thu, 23 Dec 2010)
New Revision: 2798

Modified:
   trunk/connectors/translator-delegate/
   trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml
Log:
TEIID-1330 updating the delegation logic


Property changes on: trunk/connectors/translator-delegate
___________________________________________________________________
Name: svn:ignore
   - .project

.classpath

.settings

   + .project

.classpath

.settings

target


Modified: trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml
===================================================================
--- trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml	2010-12-23 20:46:42 UTC (rev 2797)
+++ trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml	2010-12-23 20:57:51 UTC (rev 2798)
@@ -1014,10 +1014,8 @@
             <para>
             The Delegate translator, known by the type name <emphasis>delegate</emphasis>, 
             provides way to delegate all the translator calls to yet another translator whoose name is supplied. This does not provide
-            any functionality on its own, other than delegation. This translator can be used to intercept the calls to the user
-            supplied translator and modify them as they see fit. Another advantage of this translator is, user is not required to
-            package their translator as precribed in JAR file as shown in the developer's guide, all user need to do 
-            is to make sure the supplied class is availble in classpath that is used by 'delegate' translator.
+            any functionality on its own, other than delegation. This translator can be used a base class to intercept the calls to the user
+            supplied translator and modify them as they see fit.
             </para>
             
             <table>
@@ -1035,8 +1033,8 @@
                     </thead>
                     <tbody>
                         <row>
-                            <entry>delegateClassName</entry>
-                            <entry>User defined ExcutionFactory class name, to be delegated to</entry>
+                            <entry>delegateName</entry>
+                            <entry>Translator instance to delegate to</entry>
                             <entry></entry>
                         </row>
                     </tbody>



More information about the teiid-commits mailing list