function resolveRPCTarget(MappedClass $interface)
 {
     $target = GWTPHPContext::getInstance()->getClassLoader()->loadClass($interface->getMappedName() . 'Impl');
     return $target->newInstance();
 }