public class SimpleInterceptionChain extends AbstractInterceptionChain
Constructor and Description |
---|
SimpleInterceptionChain(InterceptorInvocation interceptorInvocation) |
SimpleInterceptionChain(List<InterceptorClassMetadata<?>> interceptorMetadata,
InterceptionContext ctx,
InterceptionType interceptionType) |
SimpleInterceptionChain(Object instance,
Method method,
Object[] args,
InterceptionType interceptionType,
InterceptionContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected Object |
interceptorChainCompleted(javax.interceptor.InvocationContext ctx) |
hasNextInterceptor, invokeNext, invokeNextInterceptor
public SimpleInterceptionChain(Object instance, Method method, Object[] args, InterceptionType interceptionType, InterceptionContext ctx)
public SimpleInterceptionChain(InterceptorInvocation interceptorInvocation)
public SimpleInterceptionChain(List<InterceptorClassMetadata<?>> interceptorMetadata, InterceptionContext ctx, InterceptionType interceptionType)
protected Object interceptorChainCompleted(javax.interceptor.InvocationContext ctx) throws Exception
interceptorChainCompleted
in class AbstractInterceptionChain
Exception
Copyright © 2016. All rights reserved.