|
Sure, that's called "by proxy". (We try to avoid the term "reference", because it is so ambiguous.)
Sending a proxy for an object instead of the object by value is much more common. Please see the Ice documentation for more information, it has lots of examples for by-proxy transfer.
|