public class CXFNonSpringServlet extends AbstractHTTPServlet
| Constructor and Description |
|---|
CXFNonSpringServlet() |
CXFNonSpringServlet(DestinationRegistry destinationRegistry) |
CXFNonSpringServlet(DestinationRegistry destinationRegistry,
boolean loadBus) |
| Modifier and Type | Method and Description |
|---|---|
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) |
doDelete, doGet, doHead, doOptions, doPost, doPut, finalizeServletInit, getResourceAsStream, getStaticResourceContentType, handleRequest, parseListSequence, parseMapSequence, redirect, serveStaticContent, servicepublic CXFNonSpringServlet()
public CXFNonSpringServlet(DestinationRegistry destinationRegistry)
public CXFNonSpringServlet(DestinationRegistry destinationRegistry, boolean loadBus)
public void init(javax.servlet.ServletConfig sc)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class AbstractHTTPServletjavax.servlet.ServletExceptionprotected void loadBus(javax.servlet.ServletConfig sc)
public Bus getBus()
getBus in class AbstractHTTPServletpublic void setBus(Bus bus)
protected void invoke(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException
invoke in class AbstractHTTPServletjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic void destroyBus()
Apache CXF