130131132133134135136137138139
if (factory == null) throw new NullPointerException(L.l("'{0}' is an unknown api for {1}", api, getSessionContext())); SingletonBeanImpl singletonBean = new SingletonBeanImpl(this, mBean, factory); return singletonBean; }