public class CXFJAXRSFilter
extends java.lang.Object
Constructor and Description |
---|
CXFJAXRSFilter(CxfRsHttpListener delegate,
java.lang.String[] welcomeFiles) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
void |
init(FilterConfig filterConfig) |
public CXFJAXRSFilter(CxfRsHttpListener delegate, java.lang.String[] welcomeFiles)
public void init(FilterConfig filterConfig) throws ServletException
ServletException
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws java.io.IOException, ServletException
java.io.IOException
ServletException
public void destroy()