callbackHandler->getHandler($transport); } catch (CallbackHandlerNotFound) { throw new NotFoundHttpException(); } return $this->replyHelper->handleRequest($handler, $request); } }