Have you looked at:

com.google.gwt.user.server.rpc.RPCRequest
com.google.gwt.user.server.rpc.RPC
?



On Jan 28, 5:35 pm, ka1n <[email protected]> wrote:
> Thank you for the responses, but I'm already aware of those
> techniques.  The question is how can I determine which service method
> is being invoked by an RPC call?  For example, suppose I have a
> service behind an interface named ISomeService and suppose the client
> is calling the method ISomeService.doSomething(...).  How can I obtain
> the method signature from within a ServletFilter or a descendant of
> RemoteServiceServlet?
>
> - Paul
>
> On Jan 28, 5:34 am, doopa <[email protected]> wrote:
>
> > On Jan 28, 5:34 am, hazy1 <[email protected]> wrote:
>
> > > Here are some options:
>
> > > 1)  Using a servlet filter mapped to the URL pattern of your GWT
> > > servlets
> > > 2)  Log yourself inside of the GWT servlet
>
> > I'd go for the second option as it will allow you more flexibility in
> > what you log.
>
> > > Matt
>
> > > On Jan 27, 4:01 pm, ka1n <[email protected]> wrote:
>
> > > > I'd like to track the usage of my GWT application.  Specifically, I'd
> > > > like to be able to log the service class and method of each RPC call.
> > > > I wasn't able to find anything in RemoteServiceServlet that might help
> > > > me to do this.  Can anyone point me in the right direction?
--~--~---------~--~----~------------~-------~--~----~
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