com.elogico.xbound.jdbc.dom
Class DomResultHandler

java.lang.Object
  extended by com.elogico.xbound.jdbc.dom.DomResultHandler
All Implemented Interfaces:
ResultHandler

public class DomResultHandler
extends java.lang.Object
implements ResultHandler

Handler for DomResult

Version:
$Revision: 1.2 $
Author:
Marco Sarti

Constructor Summary
DomResultHandler()
           
 
Method Summary
 void handle(java.sql.ResultSet rs, Result res)
          The callback method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomResultHandler

public DomResultHandler()
Method Detail

handle

public void handle(java.sql.ResultSet rs,
                   Result res)
            throws java.sql.SQLException,
                   XBoundException
Description copied from interface: ResultHandler
The callback method.

Specified by:
handle in interface ResultHandler
Parameters:
rs - the java.sql.ResultSet to be transformed
res - the Result object
Throws:
java.sql.SQLException - if an SQL error occours
XBoundException - if a XBound error occours