org.openmobileis.services.servlet
Class OpenMISServlet
java.lang.Object
HttpServlet
org.openmobileis.services.servlet.OpenMISServlet
- public class OpenMISServlet
- extends HttpServlet
- See Also:
- Serialized Form
Method Summary |
void |
doGet(HttpServletRequest req,
HttpServletResponse res)
|
void |
doPost(HttpServletRequest req,
HttpServletResponse res)
Call service from POST method |
protected SessionContext |
getValideSessionContext(java.lang.String contextID)
validate or init the context for this session
Only one session per server. |
void |
init()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenMISServlet
public OpenMISServlet()
init
public void init()
throws ServletException
- Throws:
ServletException
doGet
public void doGet(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException
doPost
public void doPost(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
java.io.IOException
- Call service from POST method
- Parameters:
req
- the servlet requestres
- the servlet response
- Throws:
ServletException
- when an exception has occurred
java.io.IOException
getValideSessionContext
protected SessionContext getValideSessionContext(java.lang.String contextID)
- validate or init the context for this session
Only one session per server.
Copyright 2006 OpenMobileIS. All Rights Reserved.