I've searched in the documentation and on the forums without finding any reference to the subject.

Is it possible to perform callbacks using Spring remoting facilities? By callback, I mean the ability to perform a remote call passing a reference to a local object, and allow the remote server to call back the client thru that reference.

I've done it in the past using RMI and I'm wondering if it's possible (and easier) using Spring.