public class JsonTargetFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<JsonTarget>, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
JsonTargetFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
JsonTarget |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setConcurrencyLevel(int concurrencyLevel) |
void |
setContext(String context) |
void |
setHost(String host) |
void |
setPort(int port) |
void |
setProtocol(HttpProtocol protocol) |
public void setProtocol(HttpProtocol protocol)
public void setHost(String host)
public void setPort(int port)
public void setContext(String context)
public void setConcurrencyLevel(int concurrencyLevel)
public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<JsonTarget>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<JsonTarget>public void afterPropertiesSet()
throws NoSuchAlgorithmException,
MalformedURLException,
URISyntaxException,
KeyStoreException,
KeyManagementException
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanNoSuchAlgorithmExceptionMalformedURLExceptionURISyntaxExceptionKeyStoreExceptionKeyManagementExceptionpublic JsonTarget getObject() throws NoSuchAlgorithmException, MalformedURLException, URISyntaxException
getObject in interface org.springframework.beans.factory.FactoryBean<JsonTarget>NoSuchAlgorithmExceptionMalformedURLExceptionURISyntaxExceptionCopyright © 2016. All rights reserved.