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 |
Modifier and Type | Method and Description |
---|---|
protected SoapCall<T> |
SoapServiceClient.createSoapCall(Method soapClientMethod,
Object[] args)
|
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. |
protected Object |
SoapClientHandler.invoke(SoapCall<T> soapCall)
Takes a
SoapCall object and invokes the method by reflection. |
RemoteCallReturn |
SoapClientHandlerInterface.invokeSoapCall(SoapCall<T> soapCall)
Executes the
SoapCall , which has a reference to a
SoapClientHandlerInterface . |
Modifier and Type | Method and Description |
---|---|
RemoteCallReturn |
AxisHandler.invokeSoapCall(SoapCall<org.apache.axis.client.Stub> soapCall)
Invoke a SOAP call.
|
Modifier and Type | Method and Description |
---|---|
RemoteCallReturn |
JaxWsHandler.invokeSoapCall(SoapCall<BindingProvider> soapCall)
Invoke a SOAP call.
|
Copyright © 2018. All Rights Reserved.