[jboss-svn-commits] JBL Code SVN: r14126 - labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/client.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Aug 9 14:27:06 EDT 2007


Author: mark.little at jboss.com
Date: 2007-08-09 14:27:06 -0400 (Thu, 09 Aug 2007)
New Revision: 14126

Modified:
   labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/client/ServiceInvoker.java
Log:
Updated javadocs around http://jira.jboss.com/jira/browse/JBESB-806

Modified: labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/client/ServiceInvoker.java
===================================================================
--- labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/client/ServiceInvoker.java	2007-08-09 17:30:59 UTC (rev 14125)
+++ labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/client/ServiceInvoker.java	2007-08-09 18:27:06 UTC (rev 14126)
@@ -168,6 +168,8 @@
 
     /**
      * Synchronously deliver the supplied message to the target service associated with this invoker instance.
+     * If the To field of the Message is set, then it will be ignored in favour of the equivalent information
+     * obtained through the parameters provided during instance construction.
      *
      * @param message       The message to be delivered.
      * @param timeoutMillis Number of milliseconds before synchronous reply pickup should timeout.
@@ -184,6 +186,8 @@
 
     /**
      * Asynchronously deliver the supplied message to the target service associated with this invoker instance.
+     * If the To field of the Message is set, then it will be ignored in favour of the equivalent information
+     * obtained through the parameters provided during instance construction.
      *
      * @param message The message to be delivered.
      * @throws MessageDeliverException Failed to deliver message, after trying all available EPRs.




More information about the jboss-svn-commits mailing list