public class SimpleInterceptionChain extends java.lang.Object implements InterceptionChain
| Constructor and Description |
|---|
SimpleInterceptionChain(java.util.Collection<InterceptorInvocation> interceptorInvocations,
java.lang.Object target,
java.lang.reflect.Method targetMethod) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNextInterceptor() |
java.lang.Object |
invokeNextInterceptor(javax.interceptor.InvocationContext invocationContext) |
public SimpleInterceptionChain(java.util.Collection<InterceptorInvocation> interceptorInvocations, java.lang.Object target, java.lang.reflect.Method targetMethod)
public java.lang.Object invokeNextInterceptor(javax.interceptor.InvocationContext invocationContext)
throws java.lang.Throwable
invokeNextInterceptor in interface InterceptionChainjava.lang.Throwablepublic boolean hasNextInterceptor()
hasNextInterceptor in interface InterceptionChainCopyright © 2014 Seam Framework. All Rights Reserved.