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, service
protected 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.Servlet
init
in class AbstractHTTPServlet
javax.servlet.ServletException
protected ClassLoader initClassLoader()
protected DestinationRegistry getDestinationRegistryFromBus()
protected void loadBus(javax.servlet.ServletConfig sc)
public Bus getBus()
getBus
in class AbstractHTTPServlet
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