org.jboss.weld.interceptor.proxy
Class SimpleInterceptionChain

java.lang.Object
  extended by org.jboss.weld.interceptor.proxy.SimpleInterceptionChain
All Implemented Interfaces:
InterceptionChain

public class SimpleInterceptionChain
extends Object
implements InterceptionChain

Author:
Marius Bogoevici

Constructor Summary
SimpleInterceptionChain(Collection<InterceptorInvocation> interceptorInvocations, Object target, Method targetMethod)
           
 
Method Summary
 boolean hasNextInterceptor()
           
 Object invokeNextInterceptor(javax.interceptor.InvocationContext invocationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleInterceptionChain

public SimpleInterceptionChain(Collection<InterceptorInvocation> interceptorInvocations,
                               Object target,
                               Method targetMethod)
Method Detail

invokeNextInterceptor

public Object invokeNextInterceptor(javax.interceptor.InvocationContext invocationContext)
                             throws Throwable
Specified by:
invokeNextInterceptor in interface InterceptionChain
Throws:
Throwable

hasNextInterceptor

public boolean hasNextInterceptor()
Specified by:
hasNextInterceptor in interface InterceptionChain


Copyright © 2013 Seam Framework. All Rights Reserved.