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

Packages that use SoapCallReturn
com.google.api.ads.common.lib.client   
com.google.api.ads.common.lib.soap   
com.google.api.ads.common.lib.utils.logging   
 

Uses of SoapCallReturn in com.google.api.ads.common.lib.client
 

Methods in com.google.api.ads.common.lib.client with parameters of type SoapCallReturn
protected  void AdsServiceClient.logSoapCall(SoapCallReturn soapCallReturn)
           
 

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

Fields in com.google.api.ads.common.lib.soap declared as SoapCallReturn
 SoapCallReturn SoapInvocationTargetException.soapCallReturn
           
 

Methods in com.google.api.ads.common.lib.soap that return SoapCallReturn
 SoapCallReturn SoapCallReturn.Builder.build()
          Returns the SoapCallReturn this Builder has been constructing.
protected  SoapCallReturn SoapServiceClient.callSoapClient(SoapCall<T> soapCall)
          Called from SoapServiceClient.invoke(Object, Method, Object[]) if the method is intended for the SOAP client.
 SoapCallReturn SoapInvocationTargetException.getSoapCallReturn()
          Returns the SOAP call return.
 SoapCallReturn SoapClientHandlerInterface.invokeSoapCall(SoapCall<T> soapCall)
          Executes the SoapCall, which has a reference to a SoapClientHandlerInterface.
 

Methods in com.google.api.ads.common.lib.soap with parameters of type SoapCallReturn
protected abstract  void SoapServiceClient.logSoapCall(SoapCallReturn soapCallReturn)
          Logs a SOAP call.
protected  Object SoapServiceClient.unwrapSoapCallReturn(SoapCallReturn soapCallReturn)
          Unwraps a SOAP call return such that if there was an exception, it is thrown and if it was a successful call, the return value of the SOAP call is returned.
 

Constructors in com.google.api.ads.common.lib.soap with parameters of type SoapCallReturn
SoapInvocationTargetException(SoapCallReturn soapCallReturn, Throwable target)
          Constructor.
 

Uses of SoapCallReturn in com.google.api.ads.common.lib.utils.logging
 

Methods in com.google.api.ads.common.lib.utils.logging with parameters of type SoapCallReturn
 void AdsServiceLoggers.logRequest(SoapCallReturn soapCallReturn)
          Logs basic information on a SOAP request.
 void AdsServiceLoggers.logSoapXml(SoapCallReturn soapCallReturn)
          Logs the XML messages from a given SOAP interaction.
 



Copyright © 2012. All Rights Reserved.