/* 307 */ if ((type == null) || (type.trim().equals("")))
/* */ {
/* 309 */ throw new RuntimeException("Binding must have a type");
/* */ }
/* */
/* 312 */ Type theType = Type.valueOf(type);
/* */
/* 314 */ ArrayList interceptors = loadInterceptors(element);
/* 315 */ InterceptorFactory[] inters = (InterceptorFactory[])(InterceptorFactory[])interceptors.toArray(new InterceptorFactory[interceptors.size()]);
/* 316 */ for (int i = 0; i < inters.length; i++)
/* */ {