org.jboss.seam.interceptors
Interface OptimizedInterceptor

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

public interface OptimizedInterceptor


Method Summary
 Object aroundInvoke(InvocationContext ic)
           
 

Method Detail

aroundInvoke

Object aroundInvoke(InvocationContext ic)
                    throws Exception
Throws:
Exception