|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.common.lib.soap.SoapCall<T>
T - the SOAP client typepublic class SoapCall<T>
Represents a single call to the SOAP client.
| Constructor Summary | |
|---|---|
SoapCall(Method soapClientMethod,
T soapClient,
Object[] soapArgs)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Object[] |
getSoapArgs()
Returns the arguments that will be passed into the SOAP call. |
T |
getSoapClient()
Returns the underlying SOAP client that call will be made on. |
Method |
getSoapClientMethod()
Returns the method to invoke on the underlying SOAP client. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoapCall(Method soapClientMethod,
T soapClient,
Object[] soapArgs)
soapClientMethod - the SOAP client method to invoke on the underlying
SOAP client.soapClient - the underlying SOAP client that the call will be made onsoapArgs - the arguments that will be passed into the SOAP call.| Method Detail |
|---|
public Method getSoapClientMethod()
public T getSoapClient()
public Object[] getSoapArgs()
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||