org.jboss.portal.wsrp.servlet
Class TransactionFilter

java.lang.Object
  extended by org.jboss.portal.wsrp.servlet.TransactionFilter

public class TransactionFilter
extends java.lang.Object

Wrap wsrp services in a transaction because the portal needs one.

Version:
$Revision: 6920 $
Author:
Julien Viet

Constructor Summary
TransactionFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionFilter

public TransactionFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Throws:
ServletException

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse resp,
                     FilterChain chain)
              throws java.io.IOException,
                     ServletException
Throws:
java.io.IOException
ServletException

destroy

public void destroy()