コード例 #1
0
ファイル: Bus.php プロジェクト: icywiener/package-esb
 /**
  * gets the according service by
  * the type of the message
  *
  * @param  Message $message
  * @return Service
  */
 protected function getService(Message $message)
 {
     return $this->factory->make($message->getHeader()->getTarget()->getService());
 }