protected String getCallMethodNameForProxyInvoke(Method method, Object[] args) {
   return RemoteServiceClientRegistration.getFQMethod(
       method.getDeclaringClass().getName(), method.getName());
 }
 protected IRemoteServiceReference getRemoteServiceReference() {
   return registration.getReference();
 }
 protected String[] getInterfaceClassNames() {
   return registration.getClazzes();
 }
 protected IRemoteServiceID getRemoteServiceID() {
   return registration.getID();
 }