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() |
protected DestinationRegistry |
getDestinationRegistryFromBus() |
void |
init(javax.servlet.ServletConfig sc) |
protected ClassLoader |
initClassLoader() |
protected void |
invoke(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
loadBus(javax.servlet.ServletConfig sc) |
void |
setBus(Bus bus) |
checkXForwardedHeaders, doDelete, doGet, doHead, doOptions, doPost, doPut, finalizeServletInit, getResourceAsStream, getStaticResourceContentType, handleRequest, init, parseListSequence, parseMapSequence, redirect, serveStaticContent, serviceprotected Bus bus
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.Servletinit in class AbstractHTTPServletjavax.servlet.ServletExceptionprotected ClassLoader initClassLoader()
protected DestinationRegistry getDestinationRegistryFromBus()
protected void loadBus(javax.servlet.ServletConfig sc)
public Bus getBus()
getBus in class AbstractHTTPServletpublic void setBus(Bus bus)
public void doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionprotected 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.Filterdestroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic void destroyBus()
Apache CXF