public class IntegrationAppmasterServiceClientFactoryBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<AppmasterServiceClient>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanFactoryAware
Constructor and Description |
---|
IntegrationAppmasterServiceClientFactoryBean() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
AppmasterServiceClient |
getObject() |
java.lang.Class<AppmasterServiceClient> |
getObjectType() |
boolean |
isSingleton() |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setRequestChannel(org.springframework.messaging.MessageChannel requestChannel)
Sets the outbount request channel.
|
void |
setResponseChannel(org.springframework.messaging.PollableChannel responseChannel)
Sets the inbound response channel.
|
void |
setServiceImpl(java.lang.Class<AppmasterServiceClient> serviceImpl)
Set the class implementing appmaster service client.
|
public IntegrationAppmasterServiceClientFactoryBean()
public AppmasterServiceClient getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<AppmasterServiceClient>
java.lang.Exception
public java.lang.Class<AppmasterServiceClient> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<AppmasterServiceClient>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<AppmasterServiceClient>
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
org.springframework.beans.BeansException
public void setServiceImpl(java.lang.Class<AppmasterServiceClient> serviceImpl)
serviceImpl
- the implementing classpublic void setRequestChannel(org.springframework.messaging.MessageChannel requestChannel)
requestChannel
- the request channelpublic void setResponseChannel(org.springframework.messaging.PollableChannel responseChannel)
responseChannel
- the response channel