org.openmobileis.services.servlet
Class OpenMISServlet

java.lang.Object
  extended byHttpServlet
      extended byorg.openmobileis.services.servlet.OpenMISServlet

public class OpenMISServlet
extends HttpServlet

See Also:
Serialized Form

Constructor Summary
OpenMISServlet()
           
 
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
 

Constructor Detail

OpenMISServlet

public OpenMISServlet()
Method Detail

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 request
res - 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.