Nuxeo Enterprise Platform 5.4

org.nuxeo.wss.servlet
Class FailSafeWSSFilter

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

public class FailSafeWSSFilter
extends java.lang.Object
implements javax.servlet.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(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)
           
 void init(javax.servlet.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(javax.servlet.FilterConfig filterConfig)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Filter
Throws:
javax.servlet.ServletException

doFilter

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

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Filter

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.