org.xwiki.wysiwyg.server
Class XWikiRemoteServiceServlet

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.xwiki.wysiwyg.server.XWikiRemoteServiceServlet
All Implemented Interfaces:
com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class XWikiRemoteServiceServlet
extends com.google.gwt.user.server.rpc.RemoteServiceServlet

Generic RemoteServiceServlet that dispatches the RPC calls to components registered through the component manager.

Version:
$Id: b9689f751aaedd3e7857fab606c20459559e28c7 $
See Also:
http://stuffthathappens.com/blog/2009/09/14/guice-with-gwt/, Serialized Form

Field Summary
 
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse
 
Constructor Summary
XWikiRemoteServiceServlet()
           
 
Method Summary
 String processCall(String payload)
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processPost, shouldCompressResponse
 
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWikiRemoteServiceServlet

public XWikiRemoteServiceServlet()
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


Copyright © 2004-2012 XWiki. All Rights Reserved.