net.sourceforge.sqlunit.handlers
Class SubParamHandler

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

public class SubParamHandler
extends java.lang.Object
implements IHandler

The SubParamHandler takes the JDOM Element representing a subparam tag and converts it to a SubParam object.

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

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

Constructor Detail

SubParamHandler

public SubParamHandler()
Method Detail

process

public final java.lang.Object process(org.jdom.Element elSubParam)
                               throws java.lang.Exception
Processes the JDOM Element representing the param tag returns the SubParam object.

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