/* 237 */ if (entry != null)
/* */ {
/* 239 */ Object target = entry.getTarget();
/* 240 */ if ((target instanceof RARDeployment))
/* */ {
/* 242 */ RARDeployment deployment = (RARDeployment)target;
/* 243 */ return deployment.invoke(operationName, params, signature);
/* */ }
/* */
/* 247 */ Class[] types = new Class[signature.length];
/* 248 */ for (int i = 0; i < signature.length; i++)
/* */ {