org.apache.axis2.osgi
Class OSGiAxisServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.axis2.transport.http.AxisServlet
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
Constructor Summary |
OSGiAxisServlet(org.osgi.framework.BundleContext context)
OSGiAxisServlet needs an referenc to OSGi environmentb |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSGiAxisServlet
public OSGiAxisServlet(org.osgi.framework.BundleContext context)
- OSGiAxisServlet needs an referenc to OSGi environmentb
- Parameters:
context
- BundleContext
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.