}
}
for (Class<?> interceptorClass : beanContainer.getInterceptorClasses())
{
Map<AccessibleObject, Injector> injections = InjectionUtil.processAnnotations(this, handlers, interceptorClass);
InterceptorInjector injector = new InterceptorInjector(injections);
interceptorInjectors.put(interceptorClass, injector);
}
// When @WebServiceRef is not used service-ref won't be processed
// In this case we process them late