org.apache.axis2.transport.http
Class AxisRESTServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.axis2.transport.http.AxisServlet
org.apache.axis2.transport.http.AxisRESTServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig, TransportListener
- public class AxisRESTServlet
- extends AxisServlet
- See Also:
- Serialized Form
Methods inherited from class org.apache.axis2.transport.http.AxisServlet |
createAndSetInitialParamsToMsgCtxt, createMessageContext, destroy, getEPRForService, getEPRsForService, getHeaders, getHTTPParameters, getSessionContext, getTransportHeaders, handleFault, init, initConfigContext, initContextRoot, initParams, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisRESTServlet
public AxisRESTServlet()
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Overrides:
doGet
in class AxisServlet
- Throws:
ServletException
IOException
doPost
protected void doPost(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Description copied from class:
AxisServlet
- Method doPost
- Overrides:
doPost
in class AxisServlet
- Parameters:
req
- resp
-
- Throws:
ServletException
IOException
init
public void init(ServletConfig config)
throws ServletException
- Description copied from class:
AxisServlet
- Method init
- Specified by:
init
in interface Servlet
- Overrides:
init
in class AxisServlet
- Parameters:
config
-
- Throws:
ServletException
init
public void init()
throws ServletException
- Overrides:
init
in class AxisServlet
- Throws:
ServletException