439440441442443444445446447448449
if (stack == null) { throw new RuntimeException("Could not find Advice Stack with name: " + REMOTE_CLIENT_INTERCEPTOR_STACK_NAME); } Interceptor[] interceptors = stack.createInterceptors(container.getAdvisor(), null); return interceptors; } /**