| java.lang.Object com.google.gwt.user.client.rpc.impl.RemoteServiceProxy
doInvoke | protected Request doInvoke(ResponseReader responseReader, String requestData, AsyncCallback<T> callback)(Code) | | Performs a remote service method invocation.
< Parameters: T - > return type for the AsyncCallback Parameters: responseReader - instance used to read the return value of theinvocation Parameters: requestData - payload that encodes the addressing and arguments of theRPC call Parameters: callback - callback handler a Request object that can be used to track the request |
isReturnValue | static boolean isReturnValue(String encodedResponse)(Code) | | Return true if the encoded response contains a value
returned by the method invocation.
Parameters: encodedResponse - true if the encoded response contains a valuereturned by the method invocation |
isThrownException | static boolean isThrownException(String encodedResponse)(Code) | | Return true if the encoded response contains a checked
exception that was thrown by the method invocation.
Parameters: encodedResponse - true if the encoded response contains a checkedexception that was thrown by the method invocation |
|
|