Package org.apache.activemq.web
Class AuditFilter
- java.lang.Object
-
- org.apache.activemq.web.AuditFilter
-
-
Constructor Summary
Constructors Constructor Description AuditFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voiddoFilter(ServletRequest request, ServletResponse response, FilterChain chain)voidinit(FilterConfig filterConfig)
-
-
-
Method Detail
-
init
public void init(FilterConfig filterConfig) throws ServletException
- Specified by:
initin interfaceFilter- Throws:
ServletException
-
doFilter
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
- Specified by:
doFilterin interfaceFilter- Throws:
IOExceptionServletException
-
-