Remote Interface

Hey. I was wondering if there was a way to enumerate the remote interface used by an RMI server if you do not have the RMI Client. Ive been looking at reflection but from what ive seen it assumes you know what type of object you will be dealing with.
[257 byte] By [Notinoa] at [2007-10-3 4:12:06]
# 1
You can use reflection on the server or the stub to enumerate the interfaces it implements. You have to filter them so you only look at interfaces which extend java.rmi.Remote.
ejpa at 2007-7-14 22:12:47 > top of Java-index,Core,Core APIs...