|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sqlunit.handlers.OutParamHandler
public class OutParamHandler
The OutParamHandler takes the JDOM Element representing the outparam tag and converts it to a OutParam object.
| 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 |
|---|
public OutParamHandler()
| Method Detail |
|---|
public final java.lang.Object process(org.jdom.Element elOutParam)
throws java.lang.Exception
process in interface IHandlerelOutParam - the JDOM Element representing the outparam tag.
java.lang.Exception - if something went wrong processing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||