public class IntegrationAppmasterServiceClientFactoryBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<AppmasterServiceClient>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanFactoryAware
| コンストラクターと説明 |
|---|
IntegrationAppmasterServiceClientFactoryBean() |
| 修飾子と型 | メソッドと説明 |
|---|---|
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) 送信リクエストチャネルを設定します。 |
void | setResponseChannel(org.springframework.messaging.PollableChannel responseChannel) 受信レスポンスチャネルを設定します。 |
void | setServiceImpl(java.lang.Class<AppmasterServiceClient> serviceImpl)appmaster サービスクライアントを実装するクラスを設定します。 |
public IntegrationAppmasterServiceClientFactoryBean()
public AppmasterServiceClient getObject() throws java.lang.Exception
org.springframework.beans.factory.FactoryBean<AppmasterServiceClient> 内の getObject java.lang.Exceptionpublic java.lang.Class<AppmasterServiceClient> getObjectType()
org.springframework.beans.factory.FactoryBean<AppmasterServiceClient> 内の getObjectType public boolean isSingleton()
org.springframework.beans.factory.FactoryBean<AppmasterServiceClient> 内の isSingleton public void afterPropertiesSet()
throws java.lang.Exceptionorg.springframework.beans.factory.InitializingBean 内の afterPropertiesSet java.lang.Exceptionpublic void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansExceptionorg.springframework.beans.factory.BeanFactoryAware 内の setBeanFactory org.springframework.beans.BeansExceptionpublic void setServiceImpl(java.lang.Class<AppmasterServiceClient> serviceImpl)
serviceImpl - 実装クラス public void setRequestChannel(org.springframework.messaging.MessageChannel requestChannel)
requestChannel - リクエストチャンネル public void setResponseChannel(org.springframework.messaging.PollableChannel responseChannel)
responseChannel - レスポンスチャネル