Uses of Class
gov.grants.apply.ws.ProcessorException

Uses of ProcessorException in gov.grants.apply.util
 

Methods in gov.grants.apply.util that throw ProcessorException
static gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationResponse ProcessorUtils.prepareGetApplicationResponse(GetApplicationBean bean)
          Creates the Axis generated response object for GetApplication WebService call.
 

Uses of ProcessorException in gov.grants.apply.ws
 

Methods in gov.grants.apply.ws that throw ProcessorException
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AssignAgencyTrackingNumberResponse IAssignAgencyTrackingNumberProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AssignAgencyTrackingNumberRequest request)
           
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ConfirmApplicationDeliveryResponse IConfirmApplicationDeliveryProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ConfirmApplicationDeliveryRequest request)
           
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationListResponse IGetApplicationListProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationListRequestApplicationFilter[] request)
           
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationResponse IGetApplicationProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationRequest request)
          Process the web service request.
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipResponse IGetApplicationZipProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipRequest request)
          Process the web service request.
 

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

Methods in gov.grants.apply.ws.production that throw ProcessorException
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AssignAgencyTrackingNumberResponse AssignAgencyTrackNumProdModeProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AssignAgencyTrackingNumberRequest request)
           
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ConfirmApplicationDeliveryResponse ConfirmApplicationDeliveryProdModeProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ConfirmApplicationDeliveryRequest request)
           
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationListResponse GetApplicationListProdModeProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationListRequestApplicationFilter[] filters)
           
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationResponse GetApplicationProdModeProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationRequest request)
          The GGWSWrapper class returns a weird Map object back as the result of the getApplication invocation.
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipResponse GetApplicationZipProdModeProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipRequest request)
           
 

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

Methods in gov.grants.apply.ws.standAloneMode that throw ProcessorException
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AssignAgencyTrackingNumberResponse AssignAgencyTrackNumSAModeProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AssignAgencyTrackingNumberRequest request)
           
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ConfirmApplicationDeliveryResponse ConfirmApplicationDeliverySAModeProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ConfirmApplicationDeliveryRequest request)
           
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationListResponse GetApplicationListSAModeProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationListRequestApplicationFilter[] filters)
           
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationResponse GetApplicationSAModeProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationRequest request)
          Process the request.
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipResponse GetApplicationZipSAModeProcessor.process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipRequest request)