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

Uses of IConfirmApplicationDeliveryProcessor in gov.grants.apply.ws
 

Methods in gov.grants.apply.ws that return IConfirmApplicationDeliveryProcessor
abstract  IConfirmApplicationDeliveryProcessor ProcessorFactory.createConfirmApplicationDeliveryProcessor()
           
 

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

Classes in gov.grants.apply.ws.production that implement IConfirmApplicationDeliveryProcessor
 class ConfirmApplicationDeliveryProdModeProcessor
           
 

Methods in gov.grants.apply.ws.production that return IConfirmApplicationDeliveryProcessor
 IConfirmApplicationDeliveryProcessor ProductionModeFactory.createConfirmApplicationDeliveryProcessor()
           
 

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

Classes in gov.grants.apply.ws.standAloneMode that implement IConfirmApplicationDeliveryProcessor
 class ConfirmApplicationDeliverySAModeProcessor
           
 

Methods in gov.grants.apply.ws.standAloneMode that return IConfirmApplicationDeliveryProcessor
 IConfirmApplicationDeliveryProcessor StandAloneModeFactory.createConfirmApplicationDeliveryProcessor()