org.apache.axis2.osgi
Class OSGiAxisServlet

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.axis2.osgi.OSGiAxisServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class OSGiAxisServlet
extends AxisServlet

This servlet is used with the association of HttpService. This is the entry point to all requests.

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
OSGiAxisServlet(org.osgi.framework.BundleContext context)
          OSGiAxisServlet needs an referenc to OSGi environmentb
 
Method Summary
 void init(ServletConfig servletConfig)
          Main init method
 
Methods inherited from class org.apache.axis2.transport.http.AxisServlet
createMessageContext, createMessageContext, destroy, doDelete, doGet, doPost, doPut, getTransportHeaders, handleFault, init, initConfigContext, initContextRoot, 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

OSGiAxisServlet

public OSGiAxisServlet(org.osgi.framework.BundleContext context)
OSGiAxisServlet needs an referenc to OSGi environmentb

Parameters:
context - BundleContext
Method Detail

init

public void init(ServletConfig servletConfig)
          throws ServletException
Description copied from class: AxisServlet
Main init method

Specified by:
init in interface Servlet
Overrides:
init in class AxisServlet
Parameters:
servletConfig - The ServletConfig
Throws:
ServletException


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.