Hello,
I would like to add metadata on the client side of an RMI call, and then remove that metadata server side before forwarding the call to the original target ( which does NOT contain this metadata in it's method signature).
The goal here is to be able to add metadata to all remote methods with out adding this as a param to all interfaces...
Thanks in advance for any suggestions!!
Thanks!


Reply With Quote
