org.micropsi.comp.common
Class ComponentService

java.lang.Object
  extended byHttpServlet
      extended byorg.micropsi.comp.common.ComponentService

public class ComponentService
extends HttpServlet

This is the servlet used by the servlet engine when using xml/tcp communication

See Also:
Serialized Form

Constructor Summary
ComponentService()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 ExceptionProcessor getExproc()
           
 XMLTCPChannelServer getServer()
           
 void init()
           
 void setExproc(ExceptionProcessor exproc)
           
 void setServer(XMLTCPChannelServer server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentService

public ComponentService()
Method Detail

init

public void init()
          throws ServletException
Throws:
ServletException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws java.io.IOException
Throws:
java.io.IOException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws java.io.IOException
Throws:
java.io.IOException

getServer

public XMLTCPChannelServer getServer()

setServer

public void setServer(XMLTCPChannelServer server)

setExproc

public void setExproc(ExceptionProcessor exproc)

getExproc

public ExceptionProcessor getExproc()

(c) by Micropsi Project: http://www.cognitive-agents.org

.