| Package | Description |
|---|---|
| com.google.api.ads.common.lib.client | |
| com.google.api.ads.common.lib.soap | |
| com.google.api.ads.common.lib.utils.logging | |
| com.google.api.ads.dfa.lib.client |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdsServiceClient.logSoapCall(SoapCallReturn soapCallReturn) |
| Modifier and Type | Field and Description |
|---|---|
SoapCallReturn |
SoapInvocationTargetException.soapCallReturn |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
SoapInvocationTargetException(SoapCallReturn soapCallReturn,
Throwable target)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected SoapCallReturn |
DfaServiceClient.callSoapClient(SoapCall<Object> soapCall)
Wraps calls to the SOAP client and listens for errors stating that the DFA token has expired.
|
Copyright © 2014. All Rights Reserved.