org.jboss.weld.interceptor.spi.context
Interface InterceptionChain

All Known Implementing Classes:
SimpleInterceptionChain

public interface InterceptionChain

Author:
Marius Bogoevici

Method Summary
 boolean hasNextInterceptor()
           
 Object invokeNextInterceptor(javax.interceptor.InvocationContext invocationContext)
           
 

Method Detail

invokeNextInterceptor

Object invokeNextInterceptor(javax.interceptor.InvocationContext invocationContext)
                             throws Throwable
Throws:
Throwable

hasNextInterceptor

boolean hasNextInterceptor()


Copyright © 2013 Seam Framework. All Rights Reserved.