public class NestedInterceptorChain extends Object implements InterceptorChain
| Constructor and Description |
|---|
NestedInterceptorChain(InterceptorChain outerChain,
Iterator<Interceptor> iterator) |
NestedInterceptorChain(InterceptorChain outerChain,
List<Interceptor> interceptors) |
public NestedInterceptorChain(InterceptorChain outerChain, List<Interceptor> interceptors)
public NestedInterceptorChain(InterceptorChain outerChain, Iterator<Interceptor> iterator)
public String proceed() throws Exception
proceed in interface InterceptorChainExceptionCopyright © 2013 Atlassian. All Rights Reserved.