gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0
Class AgencyIntegrationSoapBindingImpl
java.lang.Object
|
+--gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AgencyIntegrationSoapBindingImpl
- All Implemented Interfaces:
- gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AgencyIntegrationPortType, java.rmi.Remote
- public class AgencyIntegrationSoapBindingImpl
- extends java.lang.Object
- implements gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AgencyIntegrationPortType
This class was stubbed out by Axis' WSDL2Java tool. We have edited this file so
that it calls the classes in our business tier.
- Author:
- Grants.gov WebServices Team
Method Summary |
gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AssignAgencyTrackingNumberResponse |
assignAgencyTrackingNumber(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AssignAgencyTrackingNumberRequest assignAgencyTrackingNumberRequest)
Handles the AssignAgencyTrackingNumberweb service call. |
gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ConfirmApplicationDeliveryResponse |
confirmApplicationDelivery(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ConfirmApplicationDeliveryRequest confirmApplicationDeliveryRequest)
Handles the ConfirmApplicationDelivery web service call. |
gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationResponse |
getApplication(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationRequest getApplicationRequest)
Handles the GetApplication web service call. |
gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationListResponse |
getApplicationList(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationListRequestApplicationFilter[] getApplicationListRequest)
Handles the GetApplicationList web service call. |
gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipResponse |
getApplicationZip(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipRequest getApplicationZipRequest)
Handles the GetApplicationZip web service call. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgencyIntegrationSoapBindingImpl
public AgencyIntegrationSoapBindingImpl()
getApplicationList
public gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationListResponse getApplicationList(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationListRequestApplicationFilter[] getApplicationListRequest)
throws java.rmi.RemoteException
- Handles the GetApplicationList web service call.
- Specified by:
getApplicationList
in interface gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AgencyIntegrationPortType
- Parameters:
getApplicationListRequest
- Object containing request parameters from the client invoking the web service.- Returns:
- An Axis response object.
- Throws:
java.rmi.RemoteException
-
getApplication
public gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationResponse getApplication(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationRequest getApplicationRequest)
throws java.rmi.RemoteException
- Handles the GetApplication web service call.
- Specified by:
getApplication
in interface gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AgencyIntegrationPortType
- Parameters:
getApplicationRequest
- Object containing request parameters from the client invoking the web service.- Returns:
- An Axis response object.
- Throws:
java.rmi.RemoteException
-
getApplicationZip
public gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipResponse getApplicationZip(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipRequest getApplicationZipRequest)
throws java.rmi.RemoteException
- Handles the GetApplicationZip web service call.
- Specified by:
getApplicationZip
in interface gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AgencyIntegrationPortType
- Parameters:
getApplicationZipRequest
- Object containing request parameters from the client invoking the web service.- Returns:
- An Axis response object.
- Throws:
java.rmi.RemoteException
-
confirmApplicationDelivery
public gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ConfirmApplicationDeliveryResponse confirmApplicationDelivery(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ConfirmApplicationDeliveryRequest confirmApplicationDeliveryRequest)
throws java.rmi.RemoteException
- Handles the ConfirmApplicationDelivery web service call.
- Specified by:
confirmApplicationDelivery
in interface gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AgencyIntegrationPortType
- Parameters:
confirmApplicationDeliveryRequest
- Object containing request parameters from the client invoking the web service.- Returns:
- An Axis response object.
- Throws:
java.rmi.RemoteException
-
assignAgencyTrackingNumber
public gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AssignAgencyTrackingNumberResponse assignAgencyTrackingNumber(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AssignAgencyTrackingNumberRequest assignAgencyTrackingNumberRequest)
throws java.rmi.RemoteException
- Handles the AssignAgencyTrackingNumberweb service call.
- Specified by:
assignAgencyTrackingNumber
in interface gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AgencyIntegrationPortType
- Parameters:
assignAgencyTrackingNumberRequest
- Object containing request parameters from the client invoking the web service.- Returns:
- An Axis response object.
- Throws:
java.rmi.RemoteException
-