You can override this method in your RPC servlet.

@Override
        public void service(HttpServletRequest req, HttpServletResponse resp)
throws ServletException,IOException {

}


This method executes for each RPC call.

Aloha,
Mike.


On May 17, 12:47 am, Jiunarayan <jiunara...@gmail.com> wrote:
> I want to have some kind of common method or like entry method for
> putting some common things in session attribute,based on some
> parameter, before any RPCSeviceImpl method is called.

-- 
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