lumis.collaboration.chat
Class ChatControllerXml
java.lang.Object
lumis.portal.controller.ControllerXml
lumis.collaboration.chat.ChatControllerXml
public class ChatControllerXml
- extends ControllerXml
Implements the chat controller that returns chat information
- Since:
- 4.0.5
Constructor Summary |
ChatControllerXml(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.jsp.PageContext pageContext)
Default constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestXmlDoc
protected org.w3c.dom.Document requestXmlDoc
chatResource
protected IResource chatResource
ChatControllerXml
public ChatControllerXml(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.jsp.PageContext pageContext)
throws PortalException
- Default constructor. Simply calls super
- Parameters:
request
- response
- pageContext
-
- Throws:
ControllerException
PortalException
handleRequest
public void handleRequest()
throws java.lang.Exception
- Throws:
java.lang.Exception
getLatestMessages
protected void getLatestMessages(org.w3c.dom.Node methodNode,
ITransaction portalTransaction)
throws PortalException
- Throws:
PortalException
rejectMessage
protected void rejectMessage(org.w3c.dom.Node methodNode,
ITransaction transaction)
throws PortalException
- Throws:
PortalException
approveMessage
protected void approveMessage(org.w3c.dom.Node methodNode,
ITransaction transaction)
throws PortalException
- Throws:
PortalException
userLeftConversation
protected void userLeftConversation(org.w3c.dom.Node methodNode,
ITransaction transaction)
throws PortalException
- Throws:
PortalException
addMessage
protected void addMessage(org.w3c.dom.Node methodNode,
ITransaction portalTransaction)
throws PortalException
- Throws:
PortalException
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.