Package | Description |
---|---|
com.google.api.ads.common.lib.soap | |
com.google.api.ads.common.lib.soap.axis | |
com.google.api.ads.common.lib.soap.jaxws | |
com.google.api.ads.dfa.lib.client |
Modifier and Type | Method and Description |
---|---|
protected SoapCall<T> |
SoapServiceClient.createSoapCall(Method soapClientMethod,
Object[] args)
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
SoapCallReturn |
AxisHandler.invokeSoapCall(SoapCall<org.apache.axis.client.Stub> soapCall)
Invoke a SOAP call.
|
Modifier and Type | Method and Description |
---|---|
SoapCallReturn |
JaxWsHandler.invokeSoapCall(SoapCall<javax.xml.ws.BindingProvider> soapCall)
Invoke a SOAP call.
|
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 © 2015. All Rights Reserved.