public class BNSQueryFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
BNSQueryProxy instance.| 构造器和说明 |
|---|
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
|
public void destroy()
throws Exception
destroy 在接口中 org.springframework.beans.factory.DisposableBeanExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionpublic Object getObject() throws Exception
getObject 在接口中 org.springframework.beans.factory.FactoryBeanExceptionpublic Class getObjectType()
getObjectType 在接口中 org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton 在接口中 org.springframework.beans.factory.FactoryBeanpublic void setConnectTimeout(int connectTimeout)
connectTimeout - the connectTimeout to setpublic void setReadTimeout(int readTimeout)
readTimeout - the readTimeout to setpublic void setServiceUrl(String serviceUrl)
serviceUrl - the serviceUrl to setCopyright © 2016. All rights reserved.