| Package | Description |
|---|---|
| com.google.api.ads.common.lib.client | |
| com.google.api.ads.common.lib.soap | |
| com.google.api.ads.common.lib.utils.logging |
| Modifier and Type | Method and Description |
|---|---|
RemoteCallReturn |
RemoteCallReturn.Builder.build()
Returns the RemoteCallReturn this Builder has been constructing.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdsServiceClient.logSoapCall(RemoteCallReturn remoteCallReturn) |
| Modifier and Type | Method and Description |
|---|---|
protected RemoteCallReturn |
SoapServiceClient.callSoapClient(SoapCall<T> soapCall)
Called from
SoapServiceClient.invoke(Object, Method, Object[]) if the method is
intended for the SOAP client. |
RemoteCallReturn |
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(RemoteCallReturn remoteCallReturn)
Logs a SOAP call.
|
protected Object |
SoapServiceClient.unwrapRemoteCallReturn(RemoteCallReturn remoteCallReturn)
Unwraps a SOAP remote 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdsServiceLoggers.logRequest(RemoteCallReturn remoteCallReturn)
Logs basic information on a SOAP request.
|
void |
RemoteCallLoggerDelegate.logRequestDetails(RemoteCallReturn remoteCallReturn) |
void |
RemoteCallLoggerDelegate.logRequestSummary(RemoteCallReturn remoteCallReturn) |
Copyright © 2019. All rights reserved.