org.pentaho.platform.web.servlet
Class GwtRpcPluginProxyServlet

java.lang.Object
  extended by RemoteServiceServlet
      extended by org.pentaho.platform.web.servlet.GwtRpcPluginProxyServlet

public class GwtRpcPluginProxyServlet
extends RemoteServiceServlet


Constructor Summary
GwtRpcPluginProxyServlet()
           
 
Method Summary
 String getDispatchKey()
          Returns the dispatch key for this request.
 String processCall(String payload)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GwtRpcPluginProxyServlet

public GwtRpcPluginProxyServlet()
Method Detail

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