Hey there,

i would like to ask if there is a way to get hand on the serialized
data sent between Client (RPC Call with AsyncCallback) and Server
(RemoteServiceServlet) to do some stuff with it ;)


For Server-Side i found that i could overwrite the processCall()
method to do execute my desired code on the serialized data. But i
have no idea how to achiev this on clientside. all i found until now
is the
com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.class in
gwt-user.jar having a onResponseReceived() method where i should be
able to do my stuff inside, but here i have no idea, how to get my
class/method in place of this original code.

Is there a way, to "modify" the request data sent from my client to
the server, and also the response from server to client?


Thanks in advance


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to