org.jboss.portal.wsrp.servlet
Class TransactionFilter
java.lang.Object
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
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 |
TransactionFilter
public TransactionFilter()
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()