Uses of Interface
com.foxinmy.weixin4j.dispatcher.BeanFactory
-
Packages that use BeanFactory Package Description com.foxinmy.weixin4j.dispatcher com.foxinmy.weixin4j.spring com.foxinmy.weixin4j.startup -
-
Uses of BeanFactory in com.foxinmy.weixin4j.dispatcher
Methods in com.foxinmy.weixin4j.dispatcher that return BeanFactory Modifier and Type Method Description BeanFactory
WeixinMessageDispatcher. getBeanFactory()
Methods in com.foxinmy.weixin4j.dispatcher with parameters of type BeanFactory Modifier and Type Method Description void
WeixinMessageDispatcher. setBeanFactory(BeanFactory beanFactory)
-
Uses of BeanFactory in com.foxinmy.weixin4j.spring
Classes in com.foxinmy.weixin4j.spring that implement BeanFactory Modifier and Type Class Description class
SpringBeanFactory
使用spring容器获取bean -
Uses of BeanFactory in com.foxinmy.weixin4j.startup
Methods in com.foxinmy.weixin4j.startup with parameters of type BeanFactory Modifier and Type Method Description WeixinServerBootstrap
WeixinServerBootstrap. resolveBeanFactory(BeanFactory beanFactory)
声明处理器跟拦截器类实例化的构造工厂,否则通过Class.newInstance的方式构造
-