/* 400 */ super.configureInterceptorStack(info, server, name);
/* */
/* 402 */ if (this.resourceType.equals("StandardMBean"))
/* */ {
/* 404 */ List interceptors = this.getMBeanInfoCtx.getInterceptors();
/* 405 */ interceptors.add(0, new StandardMBeanInfoInterceptor());
/* 406 */ this.getMBeanInfoCtx.setInterceptors(interceptors);
/* */ }
/* */ }