org.apache.synapse.core.axis2
Class SynapseAxisServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.axis2.transport.http.AxisServlet
              extended by org.apache.synapse.core.axis2.SynapseAxisServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class SynapseAxisServlet
extends AxisServlet

Extends axis2 servlet functionality so that avoid starting listeners again

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.axis2.transport.http.AxisServlet
AxisServlet.RestRequestProcessor, AxisServlet.ServletRequestResponseTransport
 
Field Summary
 
Fields inherited from class org.apache.axis2.transport.http.AxisServlet
agent, axisConfiguration, configContext, CONFIGURATION_CONTEXT, contextRoot, disableREST, servletConfig, SESSION_ID
 
Constructor Summary
SynapseAxisServlet()
           
 
Method Summary
 void init(ServletConfig config)
          Overrides init method so that avoid starting listeners again
 void initContextRoot(HttpServletRequest req)
           
 
Methods inherited from class org.apache.axis2.transport.http.AxisServlet
createMessageContext, createMessageContext, destroy, doDelete, doGet, doPost, doPut, getTransportHeaders, handleFault, init, initConfigContext, initGetRequestProcessors, initParams, initTransports, showRestDisabledErrorMessage
 
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

SynapseAxisServlet

public SynapseAxisServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Overrides init method so that avoid starting listeners again

Specified by:
init in interface Servlet
Overrides:
init in class AxisServlet
Parameters:
config - the servlet configuration on which synapse initializes.
Throws:
ServletException

initContextRoot

public void initContextRoot(HttpServletRequest req)
Overrides:
initContextRoot in class AxisServlet


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.