// rmi.53=Class {0} does not implement a remote interface, and so does not need an RMI stub.
throw new RMICompilerException(Messages.getString("rmi.53", className)); //$NON-NLS-1$
}
// Check if the specified class implements any remote interfaces.
if (!new ClassList(cls.getInterfaces()).contains(Remote.class)) {
// rmi.54=Class {0} does not directly implement a remote interface, and so does not need an RMI stub.
throw new RMICompilerException(Messages.getString("rmi.54", className)); //$NON-NLS-1$
}
// Initialize class variables.