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>
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. |
DEFAULT_ENCODING_TYPE
public static final java.lang.String DEFAULT_ENCODING_TYPE
- See Also:
- Constant Field Values
DOT_XML_EXT
public static final java.lang.String DOT_XML_EXT
- See Also:
- Constant Field Values
XML_CONTENT_TYPE
public static final java.lang.String XML_CONTENT_TYPE
- See Also:
- Constant Field Values
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.