|
||||||||||
| 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.SoapCallReturn
public class SoapCallReturn
Used to package a SOAP call's return. Contains the return value, the request
and response info, and the originating SoapCall.
| Nested Class Summary | |
|---|---|
static class |
SoapCallReturn.Builder
Builder for SoapCallReturn objects. |
| Constructor Summary | |
|---|---|
SoapCallReturn()
Constructor. |
|
| Method Summary | |
|---|---|
Throwable |
getException()
Gets the exception from the SOAP call that was made if one occurred. |
RequestInfo |
getRequestInfo()
Gets the request info from the SOAP call that was made. |
ResponseInfo |
getResponseInfo()
Gets the response info from the SOAP call that was made. |
Object |
getReturnValue()
Gets the return value from the SOAP call that was made. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoapCallReturn()
| Method Detail |
|---|
public Object getReturnValue()
null
if there was an exceptionpublic RequestInfo getRequestInfo()
public ResponseInfo getResponseInfo()
public Throwable getException()
null
if there was no exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||