_sendMessage($this->toXml()); $this->_initParser(); $this->_parse($data); //$this->enableLog(); //set enable to aktivate following lines $this->log(get_class($this) . ' -> '. $this->formatXmlString($this->toXml())); $this->log(get_class($this) . ' <- '. $this->formatXmlString($data)); return $this; } } /// \endcond