org.pentaho.platform.web.servlet
Class GwtRpcPluginProxyServlet
java.lang.Object
RemoteServiceServlet
org.pentaho.platform.web.servlet.GwtRpcPluginProxyServlet
public class GwtRpcPluginProxyServlet
- extends RemoteServiceServlet
GwtRpcPluginProxyServlet
public GwtRpcPluginProxyServlet()
getDispatchKey
public String getDispatchKey()
- Returns the dispatch key for this request. This name is the part of the request path
beyond the servlet base path. I.e. if the GwtRpcPluginProxyServlet is mapped to the "/gwtrpc"
context in web.xml, then this method will return "testservice" given a request to
"http://localhost:8080/pentaho/gwtrpc/testservice".
- Returns:
- the part of the request url used to dispatch the request
processCall
public String processCall(String payload)
throws SerializationException
- Throws:
SerializationException