com.baidu.driver4j.bns.spring
类 BNSCallbackProxyBean
java.lang.Object
com.baidu.driver4j.bns.BNSCallbackProxy
com.baidu.driver4j.bns.spring.BNSCallbackProxyBean
- 所有已实现的接口:
- Runnable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
public class BNSCallbackProxyBean
- extends BNSCallbackProxy
- implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
A auto register support bean for BNSCallbackProxy.
default autoRegister is true, it will auto search all BNSCallback type class in the container and
do register to the BNSCallbackProxy
- 从以下版本开始:
- 1.0.0
- 作者:
- xiemalin
- 另请参见:
BNSCallback,
BNSCallbackProxy
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BNSCallbackProxyBean
public BNSCallbackProxyBean()
destroy
public void destroy()
throws Exception
- 指定者:
- 接口
org.springframework.beans.factory.DisposableBean 中的 destroy
- 抛出:
Exception
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- 指定者:
- 接口
org.springframework.beans.factory.InitializingBean 中的 afterPropertiesSet
- 抛出:
Exception
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- 指定者:
- 接口
org.springframework.context.ApplicationContextAware 中的 setApplicationContext
- 抛出:
org.springframework.beans.BeansException
setAutoRegister
public void setAutoRegister(boolean autoRegister)
- setter method for property autoRegister
- 参数:
autoRegister - the autoRegister to set
getCallbackMapping
protected Map<String,BNSCallback> getCallbackMapping()
- 覆盖:
- 类
BNSCallbackProxy 中的 getCallbackMapping
Copyright © 2016. All rights reserved.