Java org.springframework.integration.gateway GatewayProxyFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.gateway GatewayProxyFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.gateway GatewayProxyFactoryBean.

The text is from its open source code.

Constructor

GatewayProxyFactoryBean()
Create a Factory whose service interface type can be configured by setter injection.
GatewayProxyFactoryBean(Class serviceInterface)

Method

voidafterPropertiesSet()
ObjectgetObject()
voidsetBeanFactory(BeanFactory beanFactory)
voidsetDefaultReplyChannel(MessageChannel defaultReplyChannel)
Set the default reply channel.
voidsetDefaultReplyTimeout(Long defaultReplyTimeout)
Set the default timeout value for receiving reply messages.
voidsetDefaultRequestChannel(MessageChannel defaultRequestChannel)
Set the default request channel.
voidsetServiceInterface(Class serviceInterface)
Set the interface class that the generated proxy should implement.