org.apache.cxf.transport.servlet
Class CXFNonSpringServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.cxf.transport.servlet.AbstractHTTPServlet
org.apache.cxf.transport.servlet.CXFNonSpringServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- Direct Known Subclasses:
- CXFNonSpringJaxrsServlet, CXFServlet
public class CXFNonSpringServlet
- extends AbstractHTTPServlet
- See Also:
- Serialized Form
Method Summary |
void |
destroy()
|
void |
destroyBus()
|
Bus |
getBus()
|
void |
init(javax.servlet.ServletConfig sc)
|
protected void |
invoke(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
protected void |
loadBus(javax.servlet.ServletConfig sc)
|
void |
setBus(Bus bus)
|
Methods inherited from class org.apache.cxf.transport.servlet.AbstractHTTPServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, handleRequest, parseListSequence, parseMapSequence, redirect, serveStaticContent, 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 |
CXFNonSpringServlet
public CXFNonSpringServlet()
CXFNonSpringServlet
public CXFNonSpringServlet(DestinationRegistry destinationRegistry)
CXFNonSpringServlet
public CXFNonSpringServlet(DestinationRegistry destinationRegistry,
boolean loadBus)
init
public void init(javax.servlet.ServletConfig sc)
throws javax.servlet.ServletException
- Specified by:
init
in interface javax.servlet.Servlet
- Overrides:
init
in class AbstractHTTPServlet
- Throws:
javax.servlet.ServletException
loadBus
protected void loadBus(javax.servlet.ServletConfig sc)
getBus
public Bus getBus()
setBus
public void setBus(Bus bus)
invoke
protected void invoke(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException
- Specified by:
invoke
in class AbstractHTTPServlet
- Throws:
javax.servlet.ServletException
destroy
public void destroy()
- Specified by:
destroy
in interface javax.servlet.Servlet
- Overrides:
destroy
in class javax.servlet.GenericServlet
destroyBus
public void destroyBus()
Apache CXF