/* 193 */ return (CollectionCallbackItemFactory)CollectionCallbackItemFactory.class.cast(result);
/* */ }
/* */ catch (Throwable t)
/* */ {
/* 197 */ CallbackCreatorUtil.getLog().warn("Exception while creating CollectionCallbackItemFactory, using basic one instead.", t);
/* 198 */ }return new BasicCollectionCallbackItemFactory();
/* */ }