org.mortbay.gwt
Class AsyncRemoteServiceServlet
java.lang.Object
HttpServlet
com.google.gwt.user.server.rpc.OpenRemoteServiceServlet
org.mortbay.gwt.AsyncRemoteServiceServlet
public class AsyncRemoteServiceServlet
- extends OpenRemoteServiceServlet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAYLOAD
public static final String PAYLOAD
- See Also:
- Constant Field Values
AsyncRemoteServiceServlet
public AsyncRemoteServiceServlet()
readPayloadAsUtf8
protected String readPayloadAsUtf8(HttpServletRequest request)
throws IOException,
ServletException
- Overrides:
readPayloadAsUtf8
in class OpenRemoteServiceServlet
- Throws:
IOException
ServletException
respondWithFailure
protected void respondWithFailure(HttpServletResponse response,
Throwable caught)
- Description copied from class:
OpenRemoteServiceServlet
- Called when the machinery of this class itself has a problem, rather than
the invoked third-party method. It writes a simple 500 message back to
the client.
- Overrides:
respondWithFailure
in class OpenRemoteServiceServlet
handleException
protected void handleException(String responsePayload,
Throwable caught)
- Overrides:
handleException
in class OpenRemoteServiceServlet
throwIfRetyRequest
protected void throwIfRetyRequest(Throwable caught)
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.