You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by ant elder <an...@gmail.com> on 2007/09/11 10:24:30 UTC

Add AllowsPassByReference methods to o.a.t.s.a.Implementation?

I'd like to add AllowsPassByReference methods to the Tuscany Implementation
Interface. Currently the Java and OSGi impls have AllowsPassByReference
code, potentially other impls could use this as well, and with the
pass-by-value code moved out of the Java implementation it really needs a
generic way to see if an implementation needs a copy done.

   ...ant