public interface  org.springframework.remoting.rmi.RmiInvocationHandler extends java.lang.Object implements java.rmi.Remote
{
public abstract java.lang.String getTargetInterfaceName() throws java.rmi.RemoteException;
public abstract java.lang.Object invoke(org.springframework.remoting.support.RemoteInvocation) throws java.rmi.RemoteException, java.lang.NoSuchMethodException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException;
}