|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sqlunit.handlers.ResultHandler
public class ResultHandler
The ResultHandler class parses the XML representing the result object.
| Constructor Summary | |
|---|---|
ResultHandler()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
process(org.jdom.Element elResult)
Processes a JDOM Element representing a result of a query and returns a DatabaseResult object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultHandler()
| Method Detail |
|---|
public final java.lang.Object process(org.jdom.Element elResult)
throws java.lang.Exception
process in interface IHandlerelResult - the JDOM Element to use.
java.lang.Exception - if there was a problem creating the DatabaseResult.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||