JTools

org.jtools.dao.xml.sax
Interface DAOSaxLoader<T_Result,T_Context>

All Superinterfaces:
DAOLoader<T_Result,T_Context>
All Known Implementing Classes:
RepositoryDAOSaxLoader, SimpleDAOSaxLoader

public interface DAOSaxLoader<T_Result,T_Context>
extends DAOLoader<T_Result,T_Context>

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

Method Summary
 T_Result load(T_Context context, URL url, PropertySupport props)
           
 
Methods inherited from interface org.jtools.dao.DAOLoader
load
 

Method Detail

load

T_Result load(T_Context context,
              URL url,
              PropertySupport props)
              throws Exception
Throws:
Exception

JTools

© 2000-2006, JTools.org.