Hi, I was searching for something like:
http://code.google.com/p/gwt-rpc-interceptor but saw that it was not exactly what I wanted, so I created my own interceptor. I have declared it like this: <generate-with class="com.my.generator.ServiceInterfaceProxyGenerator"> <when-type-assignable class="com.google.gwt.user.client.rpc.RemoteService"/> </generate-with> The problem I see is: I had to extend the original com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator just to call setRpcRequestBuilder on the created object and at the end my generate-with declaration overrides the one that comes in RemoteService.gwt.xml. Is there a way for my generator to create a a wrapper for a class generated by a generator that was already handling a given class? Thanks, Constantino. -- 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.
