net.sourceforge.sqlunit.handlers
Class EchoHandler

java.lang.Object
  extended by net.sourceforge.sqlunit.handlers.EchoHandler
All Implemented Interfaces:
IHandler

public class EchoHandler
extends java.lang.Object
implements IHandler

Writes an INFO trace to the log file.

Version:
$Revision: 1.4 $
Author:
Victor Alekseev (krocodl@users.sourceforge.net)

Constructor Summary
EchoHandler()
           
 
Method Summary
 java.lang.Object process(org.jdom.Element elEcho)
          Processes a JDOM Element representing the Echo element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoHandler

public EchoHandler()
Method Detail

process

public java.lang.Object process(org.jdom.Element elEcho)
                         throws java.lang.Exception
Processes a JDOM Element representing the Echo element. Writes the specified value (after variable substitution) to the log.

Specified by:
process in interface IHandler
Parameters:
elEcho - the JDOM Element to use.
Returns:
a null Object.
Throws:
java.lang.Exception - if there was a problem processing the tag.