org.pentaho.platform.web.servlet
Class AbstractGwtRpcProxyServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
              extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
                  extended by org.pentaho.platform.web.servlet.AbstractGwtRpcProxyServlet
All Implemented Interfaces:
com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
GwtRpcPluginProxyServlet, GwtRpcProxyServlet

public abstract class AbstractGwtRpcProxyServlet
extends com.google.gwt.user.server.rpc.RemoteServiceServlet

See Also:
Serialized Form

Constructor Summary
AbstractGwtRpcProxyServlet()
           
 
Method Summary
 String processCall(String payload)
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
getSerializationPolicy, processPost
 
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPost
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGwtRpcProxyServlet

public AbstractGwtRpcProxyServlet()
Method Detail

processCall

public String processCall(String payload)
                   throws com.google.gwt.user.client.rpc.SerializationException
Overrides:
processCall in class com.google.gwt.user.server.rpc.RemoteServiceServlet
Throws:
com.google.gwt.user.client.rpc.SerializationException