/* 303 */ Iterator it = stack.getInterceptorFactories().iterator();
/* 304 */ while (it.hasNext())
/* */ {
/* 306 */ InterceptorFactory factory = (InterceptorFactory)it.next();
/* 307 */ if (factory.isDeployed()) {
/* 308 */ Interceptor interceptor = factory.create(classAdvisor, null);
/* 309 */ insertInterceptor(interceptor);
/* 310 */ interceptorsAdded++;
/* */ }
/* */ }
/* 312 */ if (this.interceptorChainObserver != null)