org.jboss.seam.ejb
Class SeamInterceptor

java.lang.Object
  extended by org.jboss.seam.ejb.SeamInterceptor
All Implemented Interfaces:
Serializable

public class SeamInterceptor
extends Object
implements Serializable

Interceptor for bijection and conversation scope management for a session bean component

Version:
$Revision: 1.34 $
Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
SeamInterceptor()
           
 
Method Summary
 Object aroundInvoke(javax.interceptor.InvocationContext invocation)
           
 Object aroundInvokeInContexts(javax.interceptor.InvocationContext invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamInterceptor

public SeamInterceptor()
Method Detail

aroundInvoke

public Object aroundInvoke(javax.interceptor.InvocationContext invocation)
                    throws Exception
Throws:
Exception

aroundInvokeInContexts

public Object aroundInvokeInContexts(javax.interceptor.InvocationContext invocation)
                              throws Exception
Throws:
Exception