org.apache.axis2.transport.http
Class AxisServlet
java.lang.Object
HttpServlet
org.apache.axis2.transport.http.AxisServlet
- public class AxisServlet
- extends HttpServlet
Class AxisServlet
- See Also:
- Serialized Form
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 |
SESSION_ID
public static final java.lang.String SESSION_ID
- See Also:
- Constant Field Values
AxisServlet
public AxisServlet()
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()