public class SimpleInterceptionChain extends AbstractInterceptionChain
| Constructor and Description |
|---|
SimpleInterceptionChain(InterceptorInvocation interceptorInvocation) |
SimpleInterceptionChain(java.util.List<InterceptorClassMetadata<?>> interceptorMetadata,
InterceptionContext ctx,
InterceptionType interceptionType) |
SimpleInterceptionChain(java.lang.Object instance,
java.lang.reflect.Method method,
java.lang.Object[] args,
InterceptionType interceptionType,
InterceptionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
interceptorChainCompleted(InvocationContext ctx) |
hasNextInterceptor, invokeNext, invokeNextInterceptorpublic SimpleInterceptionChain(java.lang.Object instance,
java.lang.reflect.Method method,
java.lang.Object[] args,
InterceptionType interceptionType,
InterceptionContext ctx)
public SimpleInterceptionChain(InterceptorInvocation interceptorInvocation)
public SimpleInterceptionChain(java.util.List<InterceptorClassMetadata<?>> interceptorMetadata, InterceptionContext ctx, InterceptionType interceptionType)
protected java.lang.Object interceptorChainCompleted(InvocationContext ctx) throws java.lang.Exception
interceptorChainCompleted in class AbstractInterceptionChainjava.lang.ExceptionCopyright © 2014. All Rights Reserved.