com.ibm.websphere.jaxrs.server

Class IBMRestFilter

  1. java.lang.Object
  2. extended byRestFilter
  3. extended bycom.ibm.websphere.jaxrs.server.IBMRestFilter

  1. public class IBMRestFilter
  2. extends RestFilter

Constructor Summary

Constructor and Description
IBMRestFilter()

Method Summary

Modifier and Type Method and Description
  1. void
destroy()
  1. void
doFilter(ServletRequest servletRequest,ServletResponse servletResponse,FilterChain chain)
  1. void
init(FilterConfig filterConfig)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

IBMRestFilter

  1. public IBMRestFilter()

Method Detail

destroy

  1. public void destroy()

doFilter

  1. public void doFilter(ServletRequest servletRequest,
  2. ServletResponse servletResponse,
  3. FilterChain chain)
  4. throws java.io.IOException
  5. ServletException
Throws:
java.io.IOException
ServletException

init

  1. public void init(FilterConfig filterConfig)
  2. throws ServletException
Throws:
ServletException