Remote Interface
Is it possible to determine the name of the remote interface upon connection to a remote server?
Im looking at ennumerating the methods of the remote interface to create a client for a server if you don't have the original one. The client will be created from scratch so no knowledge of the interface or genuine client is available. Only the rmi server IP and registry names. Ive looked at reflection but it seems that you need the name of the class to use this? Any ideas? Thanks.

