public class ODEAxisServlet
extends org.apache.axis2.transport.http.AxisServlet
Constructor and Description |
---|
ODEAxisServlet() |
Modifier and Type | Method and Description |
---|---|
protected ODEServer |
createODEServer() |
void |
destroy() |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
ODEServer |
getODEServer()
Returns the ODEServer instance which has been created by the servlet.
|
void |
init() |
void |
init(javax.servlet.ServletConfig config)
Initialize the Axis configuration context
|
createMessageContext, createMessageContext, doDelete, doPost, doPut, getTransportHeaders, handleFault, initConfigContext, initContextRoot, initGetRequestProcessors, initParams, initTransports, showRestDisabledErrorMessage
doHead, doOptions, doTrace, getLastModified, service, service
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class org.apache.axis2.transport.http.AxisServlet
config
- Servlet configurationjavax.servlet.ServletException
public void init() throws javax.servlet.ServletException
init
in class org.apache.axis2.transport.http.AxisServlet
javax.servlet.ServletException
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
doGet
in class org.apache.axis2.transport.http.AxisServlet
javax.servlet.ServletException
java.io.IOException
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class org.apache.axis2.transport.http.AxisServlet
protected ODEServer createODEServer()
public ODEServer getODEServer()