Uses of Class
com.google.api.ads.common.lib.soap.SoapCall

Packages that use SoapCall
com.google.api.ads.common.lib.soap   
 

Uses of SoapCall in com.google.api.ads.common.lib.soap
 

Methods in com.google.api.ads.common.lib.soap that return SoapCall
protected  SoapCall<T> SoapServiceClient.createSoapCall(Method soapClientMethod, Object[] args)
          Creates the SoapCall from the soapClientMethod and its args.
 

Methods in com.google.api.ads.common.lib.soap with parameters of type SoapCall
protected  SoapCallReturn SoapServiceClient.callSoapClient(SoapCall<T> soapCall)
          Called from SoapServiceClient.invoke(Object, Method, Object[]) if the method is intended for the SOAP client.
protected  Object SoapClientHandler.invoke(SoapCall<T> soapCall)
          Takes a SoapCall object and invokes the method by reflection.
 SoapCallReturn SoapClientHandlerInterface.invokeSoapCall(SoapCall<T> soapCall)
          Executes the SoapCall, which has a reference to a SoapClientHandlerInterface.
 



Copyright © 2012. All Rights Reserved.