org.jtools.dao.xml
Class AbstractDAOXmlLoader<ResultType,ContextType>
java.lang.Object
org.jtools.dao.AbstractDAOLoader<ResultType,ContextType>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDAOXmlLoader
public AbstractDAOXmlLoader()
- Parameters:
descriptor
-
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
© 2000-2006, JTools.org.