gov.grants.apply.ws.standAloneMode
Class GetApplicationSAModeProcessor

java.lang.Object
  |
  +--gov.grants.apply.ws.standAloneMode.GetApplicationSAModeProcessor
All Implemented Interfaces:
IGetApplicationProcessor

public final class GetApplicationSAModeProcessor
extends java.lang.Object
implements IGetApplicationProcessor

Author:
Grants.gov WebServices Team Process the GetApplication web service request using the samples that are installed with the Agency WebService reference implementation.

Fields inherited from interface gov.grants.apply.ws.IGetApplicationProcessor
DEFAULT_ENCODING_TYPE, DOT_XML_EXT, XML_CONTENT_TYPE
 
Constructor Summary
GetApplicationSAModeProcessor()
           
 
Method Summary
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationResponse process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationRequest request)
          Process the request.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetApplicationSAModeProcessor

public GetApplicationSAModeProcessor()
Method Detail

process

public gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationResponse process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationRequest request)
                                                                                           throws ProcessorException
Process the request.
Specified by:
process in interface IGetApplicationProcessor
Parameters:
request - The GetApplication web service request
Returns:
A null reference since we are setting the SOAP response manually.