public abstract class AbstractGwtRpcProxyServlet
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
Constructor and Description |
---|
AbstractGwtRpcProxyServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doUnexpectedFailure(Throwable e) |
protected String |
getDispatchKey()
Returns the dispatch key for this request.
|
protected String |
getServletContextPath() |
String |
processCall(String payload) |
protected abstract Object |
resolveDispatchTarget(String servletContextPath)
Resolve the target impl that ultimately handles the GWT RPC request, provided a key.
|
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processPost, shouldCompressResponse
doPost, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected abstract Object resolveDispatchTarget(String servletContextPath)
servletContextPath
- the portion of the http request path beyond the servlet context, used to uniquely identify the target implGwtRpcProxyException
- if no target can be foundprotected void doUnexpectedFailure(Throwable e)
doUnexpectedFailure
in class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
protected String getDispatchKey()
protected String getServletContextPath()
Copyright © 2017 Hitachi Vantara. All rights reserved.