jcricket/gwt-syncproxy

Decoding gwt request with SyncProxy

Opened this issue · 1 comments

Hi Everyone,
I am trying to decode GWT request by using SyncProxy,
I saw there is a way to decode GWT response but I couldn't find way to decoding request.
am I missing something?
Thank you,
Dina

Typically, this is done by the service interface created in the SyncProxy class, but if you're looking for some of the indepth details, the entire SyncProxy system uses code directly from GWT to do the decoding back into an object. See the #doInvoke method in the RemoteServicesSyncProxy class for some details: RemoteServiceSyncProxy. Best practice is the read through the Wiki QuickStart.

If i'm missing what, youi're asking, please advise. Thanks