gov.grants.apply.ws.standAloneMode
Class GetApplicationZipSAModeProcessor

java.lang.Object
  extended bygov.grants.apply.ws.standAloneMode.GetApplicationZipSAModeProcessor
All Implemented Interfaces:
IGetApplicationZipProcessor

public final class GetApplicationZipSAModeProcessor
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

Field Summary
static org.apache.log4j.Logger LOG
           
 
Constructor Summary
GetApplicationZipSAModeProcessor()
           
 
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
 

Field Detail

LOG

public static final org.apache.log4j.Logger LOG
Constructor Detail

GetApplicationZipSAModeProcessor

public GetApplicationZipSAModeProcessor()
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
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.