net.sourceforge.sqlunit.handlers
Class TypeMapHandler

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

public class TypeMapHandler
extends ConstructorArgsHandler

Handles a typemap element, child of a typemap element.

Version:
$Revision: 1.1 $
Author:
Douglas Kvidera (dkvidera@users.sourceforge.net) - 05/12/06

Constructor Summary
TypeMapHandler()
           
 
Method Summary
 java.lang.Object process(org.jdom.Element elTypeMap)
          Processes the JDOM Element representing the typemap tag returns an array of TypeDef objects.
 
Methods inherited from class net.sourceforge.sqlunit.handlers.ConstructorArgsHandler
getArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeMapHandler

public TypeMapHandler()
Method Detail

process

public java.lang.Object process(org.jdom.Element elTypeMap)
                         throws java.lang.Exception
Processes the JDOM Element representing the typemap tag returns an array of TypeDef objects.

Specified by:
process in interface IHandler
Overrides:
process in class ConstructorArgsHandler
Parameters:
elTypeMap - the JDOM Element representing the typemap tag.
Returns:
array of TypeDef objects.
Throws:
java.lang.Exception - if something went wrong processing the typemap.