> Hi,
> my question is how do a client know what are the services(methods)
> exposed or provided by the server.
They have to be agreed upon before hand. You can workaround this
limitation by having a service whose sole function is to return a list of
all services supported by the server.
See http://java.sun.com/docs/books/tutorial/rmi/overview.html
- Oliver