/**
  * {@inheritDoc}
  */
 public function getNodeTypes($nodeTypes = array())
 {
     $this->logger->startCall(__FUNCTION__, func_get_args());
     $result = $this->transport->getNodeTypes($nodeTypes);
     $this->logger->stopCall();
     return $result;
 }