JTools

org.jtools.dao.xml
Class AbstractDAOXmlLoader<ResultType,ContextType>

java.lang.Object
  extended by org.jtools.dao.AbstractDAOLoader<ResultType,ContextType>
      extended by org.jtools.dao.xml.AbstractDAOXmlLoader<ResultType,ContextType>
All Implemented Interfaces:
DAOLoader<ResultType,ContextType>
Direct Known Subclasses:
SimpleDAOSaxLoader

public abstract class AbstractDAOXmlLoader<ResultType,ContextType>
extends AbstractDAOLoader<ResultType,ContextType>

Author:
Rainer To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
AbstractDAOXmlLoader()
           
 
Method Summary
protected  URL getURL(ContextType context, PropertySupport props)
           
abstract  ResultType load(ContextType context, PropertySupport props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDAOXmlLoader

public AbstractDAOXmlLoader()
Parameters:
descriptor -
Method Detail

load

public abstract ResultType load(ContextType context,
                                PropertySupport props)
                         throws Exception
Specified by:
load in interface DAOLoader<ResultType,ContextType>
Specified by:
load in class AbstractDAOLoader<ResultType,ContextType>
Throws:
Exception

getURL

protected URL getURL(ContextType context,
                     PropertySupport props)
              throws Exception
Throws:
Exception

JTools

© 2000-2006, JTools.org.