Package com.logicaldoc.chat
Class ChatServiceImpl
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
-
- com.google.gwt.user.server.rpc.RemoteServiceServlet
-
- com.logicaldoc.chat.ChatServiceImpl
-
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService
,com.google.gwt.user.server.rpc.SerializationPolicyProvider
,com.logicaldoc.gui.frontend.client.services.ChatService
,Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class ChatServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements com.logicaldoc.gui.frontend.client.services.ChatService
Implementation ofChatService
- Since:
- 8.0.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChatServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
invite(String[] users, String invitation)
void
post(String message)
-
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
getSerializationPolicy, init, processCall, processCall, processPost
-
-
-
-
Method Detail
-
post
public void post(String message) throws com.logicaldoc.gui.common.client.ServerException
- Specified by:
post
in interfacecom.logicaldoc.gui.frontend.client.services.ChatService
- Throws:
com.logicaldoc.gui.common.client.ServerException
-
-