org.apache.axis2.transport.http
Class AxisServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.apache.axis2.transport.http.AxisServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class AxisServlet
extends HttpServlet

Class AxisServlet

See Also:
Serialized Form

Field Summary
static 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
protected  ConfigurationContext initConfigContext(ServletConfig config)
          Initialize the Axis configuration context
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
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 String SESSION_ID
See Also:
Constant Field Values
Constructor Detail

AxisServlet

public AxisServlet()
Method Detail

destroy

public void destroy()

doGet

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

Parameters:
httpServletRequest -
httpServletResponse -
Throws:
ServletException
IOException

doPost

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

Parameters:
req -
res -
Throws:
ServletException
IOException

init

public void init(ServletConfig config)
          throws ServletException
Method init

Parameters:
config -
Throws:
ServletException

initConfigContext

protected ConfigurationContext initConfigContext(ServletConfig config)
                                          throws ServletException
Initialize the Axis configuration context

Parameters:
config - Servlet configuration
Throws:
ServletException