1 Reply Latest reply on Feb 3, 2006 3:28 PM by tom.elrod

    Question on using Transporter

    igald

      Hi,

      let's say i have the following interface:

      interface MyClassIfc
      {
       public MySubClassIfc getSubObject()
      }
      


      I want to invoke the method 'getSubObject' remotly so i use a transporter.

      The problem is the returned object implementing 'MySubClassIfc' is serialized back to me. Is it possible get the return value of the method as a transporter as well, meaning a dynamic proxy to 'MySubClass'?