gov.grants.apply.ws.production
Class GetApplicationZipProdModeProcessor

java.lang.Object
  |
  +--gov.grants.apply.ws.production.GetApplicationZipProdModeProcessor
All Implemented Interfaces:
IGetApplicationZipProcessor

public final class GetApplicationZipProdModeProcessor
extends java.lang.Object
implements IGetApplicationZipProcessor

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
GetApplicationZipProdModeProcessor()
           
 
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.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetApplicationZipProdModeProcessor

public GetApplicationZipProdModeProcessor()
Method Detail

process

public final gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipResponse process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipRequest request)
                                                                                                    throws ProcessorException
Description copied from interface: IGetApplicationZipProcessor
Process the web service request.
Specified by:
process in interface IGetApplicationZipProcessor
Following copied from interface: gov.grants.apply.ws.IGetApplicationZipProcessor
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.