Uses of Interface
gov.grants.apply.ws.IGetApplicationZipProcessor

Packages that use IGetApplicationZipProcessor
gov.grants.apply.ws   
gov.grants.apply.ws.production   
gov.grants.apply.ws.standAloneMode   
 

Uses of IGetApplicationZipProcessor in gov.grants.apply.ws
 

Methods in gov.grants.apply.ws that return IGetApplicationZipProcessor
abstract  IGetApplicationZipProcessor ProcessorFactory.createGetApplicationZipProcessor()
           
 

Uses of IGetApplicationZipProcessor in gov.grants.apply.ws.production
 

Classes in gov.grants.apply.ws.production that implement IGetApplicationZipProcessor
 class GetApplicationZipProdModeProcessor
           
 

Methods in gov.grants.apply.ws.production that return IGetApplicationZipProcessor
 IGetApplicationZipProcessor ProductionModeFactory.createGetApplicationZipProcessor()
           
 

Uses of IGetApplicationZipProcessor in gov.grants.apply.ws.standAloneMode
 

Classes in gov.grants.apply.ws.standAloneMode that implement IGetApplicationZipProcessor
 class GetApplicationZipSAModeProcessor
           
 

Methods in gov.grants.apply.ws.standAloneMode that return IGetApplicationZipProcessor
 IGetApplicationZipProcessor StandAloneModeFactory.createGetApplicationZipProcessor()