com.baidu.driver4j.bns.spring
类 BNSQueryFactoryBean

java.lang.Object
  继承者 com.baidu.driver4j.bns.spring.BNSQueryFactoryBean
所有已实现的接口:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

public class BNSQueryFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean

Factory bean for BNSQueryProxy instance.

从以下版本开始:
1.0.0
作者:
xiemalin

构造方法摘要
BNSQueryFactoryBean()
           
 
方法摘要
 void afterPropertiesSet()
           
 void destroy()
           
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 void setConnectTimeout(int connectTimeout)
          setter method for property connectTimeout
 void setReadTimeout(int readTimeout)
          setter method for property readTimeout
 void setServiceUrl(String serviceUrl)
          setter method for property serviceUrl
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BNSQueryFactoryBean

public BNSQueryFactoryBean()
方法详细信息

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

getObject

public Object getObject()
                 throws Exception
指定者:
接口 org.springframework.beans.factory.FactoryBean 中的 getObject
抛出:
Exception

getObjectType

public Class getObjectType()
指定者:
接口 org.springframework.beans.factory.FactoryBean 中的 getObjectType

isSingleton

public boolean isSingleton()
指定者:
接口 org.springframework.beans.factory.FactoryBean 中的 isSingleton

setConnectTimeout

public void setConnectTimeout(int connectTimeout)
setter method for property connectTimeout

参数:
connectTimeout - the connectTimeout to set

setReadTimeout

public void setReadTimeout(int readTimeout)
setter method for property readTimeout

参数:
readTimeout - the readTimeout to set

setServiceUrl

public void setServiceUrl(String serviceUrl)
setter method for property serviceUrl

参数:
serviceUrl - the serviceUrl to set


Copyright © 2016. All rights reserved.