* @license MIT */ class JsonRpc extends BaseAdapter { /** * {@inheritDoc} */ protected function getServiceName($wrappedClass, $method) { return $wrappedClass . '.' . $method; } }