org.micropsi.comp.common
Class ComponentService
java.lang.Object
HttpServlet
org.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentService
public ComponentService()
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()
.