org.apache.axis2.transport.http
Class AxisServlet

java.lang.Object
  extended byHttpServlet
      extended byorg.apache.axis2.transport.http.AxisServlet

public class AxisServlet
extends HttpServlet

Class AxisServlet

See Also:
Serialized Form

Field Summary
static java.lang.String SESSION_ID
           
 
Constructor Summary
AxisServlet()
           
 
Method Summary
 void destroy()
           
protected  void doGet(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)
          Method doGet
protected  void doPost(HttpServletRequest req, HttpServletResponse res)
          Method doPost
 void init(ServletConfig config)
          Method init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_ID

public static final java.lang.String SESSION_ID
See Also:
Constant Field Values
Constructor Detail

AxisServlet

public AxisServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Method init

Parameters:
config -
Throws:
ServletException

doGet

protected void doGet(HttpServletRequest httpServletRequest,
                     HttpServletResponse httpServletResponse)
              throws ServletException,
                     java.io.IOException
Method doGet

Parameters:
httpServletRequest -
httpServletResponse -
Throws:
ServletException
java.io.IOException

doPost

protected void doPost(HttpServletRequest req,
                      HttpServletResponse res)
               throws ServletException,
                      java.io.IOException
Method doPost

Parameters:
req -
res -
Throws:
ServletException
java.io.IOException

destroy

public void destroy()