org.apache.axis2.transport.http
Class AxisRESTServlet

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

public class AxisRESTServlet
extends AxisServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis2.transport.http.AxisServlet
axisConfiguration, configContext, CONFIGURATION_CONTEXT, servletConfig, SESSION_ID
 
Fields inherited from interface org.apache.axis2.transport.TransportListener
HOST_ADDRESS, PARAM_PORT
 
Constructor Summary
AxisRESTServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest req, HttpServletResponse resp)
           
protected  void doPost(HttpServletRequest req, HttpServletResponse resp)
          Method doPost
 void init()
           
 void init(ServletConfig config)
          Method init
 
Methods inherited from class org.apache.axis2.transport.http.AxisServlet
createAndSetInitialParamsToMsgCtxt, createMessageContext, destroy, getEPRForService, getHeaders, getHTTPParameters, getSessionContext, getTransportHeaders, handleFault, init, initConfigContext, start, stop
 
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, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisRESTServlet

public AxisRESTServlet()
Method Detail

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