gov.grants.apply.WebServices.ApplicantIntegrationServices_V1_0
Class ApplicantIntegrationSoapBindingStub

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended bygov.grants.apply.WebServices.ApplicantIntegrationServices_V1_0.ApplicantIntegrationSoapBindingStub
All Implemented Interfaces:
ApplicantIntegrationPortType, java.rmi.Remote, javax.xml.rpc.Stub

public class ApplicantIntegrationSoapBindingStub
extends org.apache.axis.client.Stub
implements ApplicantIntegrationPortType


Field Summary
(package private) static org.apache.axis.description.OperationDesc[] _operations
           
 
Fields inherited from class org.apache.axis.client.Stub
cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
ApplicantIntegrationSoapBindingStub()
           
ApplicantIntegrationSoapBindingStub(javax.xml.rpc.Service service)
           
ApplicantIntegrationSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 _GetApplicationListResponse getApplicationList(_GetApplicationListRequest getApplicationListRequest)
           
 _GetApplicationStatusDetailResponse getApplicationStatusDetail(_GetApplicationStatusDetailRequest getApplicationStatusDetailRequest)
           
 _GetOpportunityListResponse getOpportunityList(_GetOpportunityListRequest getOpportunityListRequest)
           
 _SubmitApplicationResponse submitApplication(_SubmitApplicationRequest submitApplicationRequest)
           
 
Methods inherited from class org.apache.axis.client.Stub
_getProperty, _getPropertyNames, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_operations

static org.apache.axis.description.OperationDesc[] _operations
Constructor Detail

ApplicantIntegrationSoapBindingStub

public ApplicantIntegrationSoapBindingStub()
                                    throws org.apache.axis.AxisFault

ApplicantIntegrationSoapBindingStub

public ApplicantIntegrationSoapBindingStub(java.net.URL endpointURL,
                                           javax.xml.rpc.Service service)
                                    throws org.apache.axis.AxisFault

ApplicantIntegrationSoapBindingStub

public ApplicantIntegrationSoapBindingStub(javax.xml.rpc.Service service)
                                    throws org.apache.axis.AxisFault
Method Detail

getOpportunityList

public _GetOpportunityListResponse getOpportunityList(_GetOpportunityListRequest getOpportunityListRequest)
                                               throws java.rmi.RemoteException,
                                                      TFault
Specified by:
getOpportunityList in interface ApplicantIntegrationPortType
Throws:
java.rmi.RemoteException
TFault

submitApplication

public _SubmitApplicationResponse submitApplication(_SubmitApplicationRequest submitApplicationRequest)
                                             throws java.rmi.RemoteException,
                                                    TFault
Specified by:
submitApplication in interface ApplicantIntegrationPortType
Throws:
java.rmi.RemoteException
TFault

getApplicationList

public _GetApplicationListResponse getApplicationList(_GetApplicationListRequest getApplicationListRequest)
                                               throws java.rmi.RemoteException,
                                                      TFault
Specified by:
getApplicationList in interface ApplicantIntegrationPortType
Throws:
java.rmi.RemoteException
TFault

getApplicationStatusDetail

public _GetApplicationStatusDetailResponse getApplicationStatusDetail(_GetApplicationStatusDetailRequest getApplicationStatusDetailRequest)
                                                               throws java.rmi.RemoteException,
                                                                      TFault
Specified by:
getApplicationStatusDetail in interface ApplicantIntegrationPortType
Throws:
java.rmi.RemoteException
TFault