Mantis - Hessian
Viewing Issue Advanced Details
2510 feature always 03-10-08 11:26 03-13-08 16:06
emil  
 
normal  
new 3.1.5  
open  
none    
none  
0002510: Add method tag support to HessianService
(Reported by Koen Serry)

For example with BlazeDS one can do the following:
<mx:RemoteObject id="flexManager" destination="flexManager">
       <mx:method name="getItemsForProject"
result="getItemsForProjectHandler(event)" fault="getFaultHandler(event)"/>
       <mx:method name="toggle" fault="getFaultHandler(event)"/>
       <mx:method name="sync" fault="getFaultHandler(event)"
result="getDomoruptorsForProjectHandler(event)"/>
</mx:RemoteObject>

which can than be used in my actionscript code as
flexManager.getItemsForProject('blabla')

There are no notes attached to this issue.