Class type = loadClass(getInterface(stub.getClass().getName()));
if (type == null)
type = (ejbInterface != null) ? ejbInterface : EJBObject.class;
ServantObject so = stub._servant_preinvoke(operation, type);
if (so == null) {
// The Servant is not local any more
return invokeRemoteCORBACall(stub, methodName, args);
}
Object[] newArgs = null;