net.sourceforge.sqlunit.handlers
Class ArgHandler

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

public class ArgHandler
extends java.lang.Object
implements IHandler

The ArgHandler takes the JDOM Element representing the arg tag and converts it to a Arg object.

Version:
$Revision: 1.6 $
Author:
Sujit Pal (spal@users.sourceforge.net)

Constructor Summary
ArgHandler()
           
 
Method Summary
 java.lang.Object process(org.jdom.Element elArg)
          Processes the JDOM Element representing the arg tag returns the Arg object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgHandler

public ArgHandler()
Method Detail

process

public final java.lang.Object process(org.jdom.Element elArg)
                               throws java.lang.Exception
Processes the JDOM Element representing the arg tag returns the Arg object.

Specified by:
process in interface IHandler
Parameters:
elArg - the JDOM Element representing the arg tag.
Returns:
a Arg object. Client needs to cast to a Arg.
Throws:
java.lang.Exception - if something went wrong processing the arg.