gov.grants.apply.ws
Interface IGetApplicationZipProcessor

All Known Implementing Classes:
GetApplicationZipProdModeProcessor, GetApplicationZipSAModeProcessor

public interface IGetApplicationZipProcessor

Author:
Grants.gov WebServices Team To process the GetApplicationZip WebService:
 <xsd:element name="GetApplicationZipRequest">
    <xsd:complexType>
       <xsd:sequence>
          <xsd:element ref="footer:Grants_govTrackingNumber"/>
       </xsd:sequence>
    </xsd:complexType>
 </xsd:element>
 <xsd:element name="GetApplicationZipResponse">
    <xsd:complexType>
       <xsd:sequence>
          <xsd:element ref="agis:Manifest"/>
       </xsd:sequence>
    </xsd:complexType>
 </xsd:element>
 

Method Summary
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipResponse process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipRequest request)
          Process the web service request.
 

Method Detail

process

public gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipResponse process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipRequest request)
                                                                                              throws ProcessorException
Process the web service request.
Parameters:
request - The Axis GetApplicationZip request.
Returns:
An Axis response object representing the SOAP response described in the WSDL.
Throws:
ProcessorException - When the request could not be serviced.