}
// getHandle method (ejb 2.1) view
if ("getHandle".equals(method.getName()) && Handle.class.equals(method.getReturnType())) {
// In this case, return an handle based on the proxy
return new EasyBeansHandle((EJBObject) proxy);
}
ClientRPC client = RPC.getClient(this.rmiClientEnvironment);