Re: [ALTRMI] ProxyGenerator patch

2002-04-01 Thread Paul Hammant
Vinay, No I think all of them dude Thats is what interfaces are all about yes? If you want to hide methods have them in different interfaces, and don't extend from them..? - Paul >Paul, >We should generate proxies for >calls declared in the remote interface ONLY , >and should NOT genera

[ALTRMI] ProxyGenerator patch

2002-04-01 Thread vinaysahil chandran
Paul, We should generate proxies for calls declared in the remote interface ONLY , and should NOT generate calls in proxies for methods inherited from the base interface(or class) . Am I right ..? [See attached patch ] Regards, V i n a y Index: ProxyGeneratorImpl.java ===