/* 465 */ for (InjectionHandler handler : handlers)
/* */ {
/* 467 */ handler.loadXml(interceptorInfo.getXml(), this);
/* */ }
/* */ }
/* */ InterceptorInfo interceptorInfo;
/* 470 */ for (InterceptorInfo interceptorInfo : this.applicableInterceptors)
/* */ {
/* 472 */ Map tmpInterceptor = InjectionUtil.processAnnotations(this, handlers, interceptorInfo.getClazz());
/* 473 */ InterceptorInjector injector = new InterceptorInjector(this, interceptorInfo, tmpInterceptor);
/* 474 */ this.interceptorInjectors.put(interceptorInfo.getClazz(), injector);
/* */ }
/* */ ServiceReferenceMetaData sref;
/* 479 */ if ((this.xml != null) && (this.xml.getServiceReferences() != null))
/* */ {
/* 481 */ for (Iterator i$ = this.xml.getServiceReferences().iterator(); i$.hasNext(); sref = (ServiceReferenceMetaData)i$.next());