public class CXFNonSpringServlet extends AbstractHTTPServlet
Constructor and Description |
---|
CXFNonSpringServlet() |
CXFNonSpringServlet(DestinationRegistry destinationRegistry) |
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, handleRequest, redirect, serveStaticContent, service
public CXFNonSpringServlet()
public CXFNonSpringServlet(DestinationRegistry destinationRegistry)
public void init(javax.servlet.ServletConfig sc) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class AbstractHTTPServlet
javax.servlet.ServletException
protected void loadBus(javax.servlet.ServletConfig sc)
public Bus getBus()
public void setBus(Bus bus)
protected void invoke(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException
invoke
in class AbstractHTTPServlet
javax.servlet.ServletException
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
public void destroyBus()
Apache CXF