org.jboss.weld.interceptor.proxy
Class SimpleInterceptionChain
java.lang.Object
org.jboss.weld.interceptor.proxy.SimpleInterceptionChain
- All Implemented Interfaces:
- InterceptionChain
public class SimpleInterceptionChain
- extends Object
- implements InterceptionChain
- Author:
- Marius Bogoevici
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleInterceptionChain
public SimpleInterceptionChain(Collection<InterceptorInvocation> interceptorInvocations,
Object target,
Method targetMethod)
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.