The solution I was actually looking for is to override the following method
from within my service implementation:

protected void onAfterRequestDeserialized(RPCRequest rpcRequest)

And from the rpcRequest object I can simply call:
"rpcRequest.getMethod().getName()" in order to retrieve the name of the
method being called.

On Tue, May 18, 2010 at 11:24 AM, Daniel Simons <[email protected]>wrote:

> I am looking for a way to retrieve the Service Method name for a given RPC
> Service Call.  I would prefer a solution that is more precise than parsing
> through the request content via RPCServletUtils.readContentAsUtf8(request).
>  Any suggestions?

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

Reply via email to