public class ODEAxisServlet
extends org.apache.axis2.transport.http.AxisServlet
| Constructor and Description |
|---|
ODEAxisServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected ODEServer |
createODEServer() |
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
|
void |
stop() |
createMessageContext, createMessageContext, destroy, doDelete, doPost, doPut, getTransportHeaders, handleFault, initConfigContext, initContextRoot, initGetRequestProcessors, initParams, initTransports, showRestDisabledErrorMessagedoHead, doOptions, doTrace, getLastModified, service, servicepublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class org.apache.axis2.transport.http.AxisServletconfig - Servlet configurationjavax.servlet.ServletExceptionpublic void init()
throws javax.servlet.ServletException
init in class org.apache.axis2.transport.http.AxisServletjavax.servlet.ServletExceptionprotected 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.AxisServletjavax.servlet.ServletExceptionjava.io.IOExceptionpublic void stop()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultprotected ODEServer createODEServer()
public ODEServer getODEServer()
Copyright © 2018 WSO2. All Rights Reserved.