org.apache.axis2.transport.http
Class AxisServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.axis2.transport.http.AxisServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
- public class AxisServlet
- extends HttpServlet
Class AxisServlet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SESSION_ID
public static final String SESSION_ID
- See Also:
- Constant Field Values
AxisServlet
public AxisServlet()
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