225226227228229230231232233234235
@Override public Interceptor getNext() { InvokerInterceptor.setLocal(invoker); return new InvokerInterceptor() { @Override public boolean isLocal(Invocation invocation) { return true;
250251252253254255256257258259260