gov.grants.apply.dao.xmlDAO
Class XmlDAOFactory

java.lang.Object
  |
  +--gov.grants.apply.dao.AgencyDAOFactory
        |
        +--gov.grants.apply.dao.xmlDAO.XmlDAOFactory

public final class XmlDAOFactory
extends AgencyDAOFactory

Author:
Grants.gov WebServices Team TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
XmlDAOFactory()
           
 
Method Summary
 IApplicationDAO createApplicationDAO()
          The DAO created by this call accesses XML data that has been unmarshalled by JAXB.
 
Methods inherited from class gov.grants.apply.dao.AgencyDAOFactory
, getFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlDAOFactory

public XmlDAOFactory()
Method Detail

createApplicationDAO

public IApplicationDAO createApplicationDAO()
The DAO created by this call accesses XML data that has been unmarshalled by JAXB.
Overrides:
createApplicationDAO in class AgencyDAOFactory
Returns:
The DAO for Applications.