Hi,

I am extending the RemoteServiceServlet and having trouble with those
methods because one is final and the other is private.

Is there any special reason for this?

It is funny that the method readContent is protected and its
counterpart writeResponse is private. This means in my subclass I can
change how the payload will be extracted from the request but I can
not change how the response is going to be sent.

For the getPermutationStrongName case I don't want to send it as a
header anymore so I had to overwrite the method
checkPermutationStrongName that calls that method.

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.

Reply via email to