Nuxeo Enterprise Platform 5.4

org.nuxeo.wss.servlet
Class FailSafeWSSFilter

java.lang.Object
  extended by org.nuxeo.wss.servlet.FailSafeWSSFilter
All Implemented Interfaces:
Filter

public class FailSafeWSSFilter
extends Object
implements Filter

WSSFilter wrapper to avoid breaking the EAR if the front filter is not in the classpath

Author:
tiry

Constructor Summary
FailSafeWSSFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FailSafeWSSFilter

public FailSafeWSSFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

destroy

public void destroy()
Specified by:
destroy in interface Filter

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.