|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.axis2.transport.http.AxisServlet
org.apache.ode.axis2.hooks.ODEAxisServlet
public class ODEAxisServlet
Overrides standard AxisServlet to handle our service configurations and deployment ourselves.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.axis2.transport.http.AxisServlet |
|---|
org.apache.axis2.transport.http.AxisServlet.RestRequestProcessor, org.apache.axis2.transport.http.AxisServlet.ServletRequestResponseTransport |
| Field Summary |
|---|
| Fields inherited from class org.apache.axis2.transport.http.AxisServlet |
|---|
axisConfiguration, configContext, CONFIGURATION_CONTEXT, disableREST, servletConfig, SESSION_ID |
| Fields inherited from interface org.apache.axis2.transport.TransportListener |
|---|
HOST_ADDRESS, PARAM_PORT |
| Constructor Summary | |
|---|---|
ODEAxisServlet()
|
|
| Method Summary | |
|---|---|
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(javax.servlet.ServletConfig config)
Initialize the Axis configuration context |
void |
stop()
|
| Methods inherited from class org.apache.axis2.transport.http.AxisServlet |
|---|
createMessageContext, createMessageContext, destroy, doDelete, doPost, doPut, getEPRForService, getEPRsForService, getSessionContext, getTransportHeaders, handleFault, init, init, initConfigContext, initContextRoot, initParams, showRestDisabledErrorMessage, start |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doHead, doOptions, 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 |
|---|
public ODEAxisServlet()
| Method Detail |
|---|
public 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 configuration
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.AxisServletjavax.servlet.ServletException
java.io.IOException
public void stop()
throws org.apache.axis2.AxisFault
stop in interface org.apache.axis2.transport.TransportListenerstop in class org.apache.axis2.transport.http.AxisServletorg.apache.axis2.AxisFaultprotected ODEServer createODEServer()
public ODEServer getODEServer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||