net.sourceforge.sqlunit.handlers
Class OutParamHandler

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

public class OutParamHandler
extends java.lang.Object
implements IHandler

The OutParamHandler takes the JDOM Element representing the outparam tag and converts it to a OutParam object.

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

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

Constructor Detail

OutParamHandler

public OutParamHandler()
Method Detail

process

public final java.lang.Object process(org.jdom.Element elOutParam)
                               throws java.lang.Exception
Processes the JDOM Element representing the outparam tag returns the OutParam object.

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