org.jboss.seam.intercept
Interface OptimizedInterceptor

All Known Implementing Classes:
AbstractInterceptor, AsynchronousInterceptor, BijectionInterceptor, BusinessProcessInterceptor, ConversationalInterceptor, ConversationInterceptor, EntityManagerProxyInterceptor, EventInterceptor, HibernateSessionProxyInterceptor, ManagedEntityIdentityInterceptor, MethodContextInterceptor, RemoveInterceptor, RollbackInterceptor, SecurityInterceptor, SynchronizationInterceptor, TransactionInterceptor, WSSecurityInterceptor

public interface OptimizedInterceptor

Interface that may be optionally implemented by an interceptor, to make the stacktrace smaller.

Author:
Gavin King

Method Summary
 Object aroundInvoke(InvocationContext ic)
           
 

Method Detail

aroundInvoke

Object aroundInvoke(InvocationContext ic)
                    throws Exception
Throws:
Exception