gov.grants.apply.ws
Interface IGetApplicationProcessor

All Known Implementing Classes:
GetApplicationProdModeProcessor, GetApplicationSAModeProcessor

public interface IGetApplicationProcessor

Author:
Grants.gov WebServices Team Processes the GetApplication WebService:
 <xsd:element name="GetApplicationRequest">
    <xsd:complexType>
       <xsd:sequence>
          <xsd:element ref="footer:Grants_govTrackingNumber"/>
       </xsd:sequence>
    </xsd:complexType>
 </xsd:element>
 <xsd:element name="GetApplicationResponse">
    <xsd:complexType>
       <xsd:sequence>
          <xsd:element name="SubmittedApplication" type="xsd:anyType"/>
       </xsd:sequence>
    </xsd:complexType>
 </xsd:element>
 

Field Summary
static java.lang.String DEFAULT_ENCODING_TYPE
           
static java.lang.String DOT_XML_EXT
           
static java.lang.String XML_CONTENT_TYPE
           
 
Method Summary
 gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationResponse process(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationRequest request)
          Process the web service request.
 

Field Detail

DEFAULT_ENCODING_TYPE

public static final java.lang.String DEFAULT_ENCODING_TYPE

DOT_XML_EXT

public static final java.lang.String DOT_XML_EXT

XML_CONTENT_TYPE

public static final java.lang.String XML_CONTENT_TYPE
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 web service request.
Parameters:
request - The Axis GetApplication request.
Returns:
An object representing the GetApplicationResponse element.
Throws:
ProcessorException - When the request could not be serviced.