org.ow2.orchestra.cxf
Class OrchestraCxfServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.cxf.transport.servlet.AbstractCXFServlet
              extended by org.apache.cxf.transport.servlet.CXFServlet
                  extended by org.ow2.orchestra.cxf.OrchestraBaseCxfServlet
                      extended by org.ow2.orchestra.cxf.OrchestraCxfServlet
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.servlet.Servlet, javax.servlet.ServletConfig, org.springframework.context.ApplicationListener

public class OrchestraCxfServlet
extends OrchestraBaseCxfServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.cxf.transport.servlet.AbstractCXFServlet
bus, controller, servletTransportFactory
 
Constructor Summary
OrchestraCxfServlet()
           
 
Method Summary
 void destroy()
           
 void init(javax.servlet.ServletConfig servletConfig)
           
 
Methods inherited from class org.ow2.orchestra.cxf.OrchestraBaseCxfServlet
createServletTransportFactory
 
Methods inherited from class org.apache.cxf.transport.servlet.CXFServlet
getLogger, loadBus, onApplicationEvent
 
Methods inherited from class org.apache.cxf.transport.servlet.AbstractCXFServlet
createServletController, doDelete, doGet, doHead, doOptions, doPost, doPut, getBus, getController, invoke, replaceDestinationFactory, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrchestraCxfServlet

public OrchestraCxfServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig servletConfig)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class org.apache.cxf.transport.servlet.AbstractCXFServlet
Throws:
javax.servlet.ServletException

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class org.apache.cxf.transport.servlet.CXFServlet


Copyright © 2009 OW2 Consortium. All Rights Reserved.