The remoting service on the server attempts to bind to an appropriate method signature based on both the number of arguments provided and also their data types. Some type marshalling must take place to cater for the weaker type system on the client. This method lookup is cached for the provided arguments but you should be able to invoke other methods so long as the new arguments differ in a significant manner (i.e. you can't call two distinct Java methods that differ only by a number type, such as getObject(long val) and getObject(int val) from the same RemoteObject since ActionScript does have a long or int type).
 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of david_gal-reyniez
Sent: Monday, May 15, 2006 12:54 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] RemoteObject || Multiple signature

Hi everybody.
Is it possible to call 2 methos of a remote object with different signature?
I suppose with the tag <mx:arguments>
But I don't know how I may differenciate both arguments call.
Thanks for your help.
David

**********************************************************************

Coface facilite les echanges entre les entreprises partout dans le monde. Pour cela, elle offre à toutes les entreprises des solutions pour gérer, financer et protéger leur poste client : information et notation mondiale d'entreprises, gestion et recouvrement de créances , affacturage et assurance-crédit. Coface est notee AA par Fitch Ratings et Aa3 par Moody's.

Coface facilitates business-to-business trade throughout the world by offering companies solutions to help them manage, finance and protect their receivables : information and company ratings, receivables management, receivables finance and protection. Coface is rated AA by Fitch ratings and Aa3 by Moody's.

**********************************************************************



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to