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() |
void |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain) |
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, init, parseListSequence, parseMapSequence, redirect, serveStaticContent, service
public 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.Servlet
init
in class AbstractHTTPServlet
javax.servlet.ServletException
protected void loadBus(javax.servlet.ServletConfig sc)
public Bus getBus()
public void setBus(Bus bus)
public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
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.Filter
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
public void destroyBus()
Apache CXF