Class MessagingGatewayRegistrar

java.lang.Object
org.springframework.integration.config.MessagingGatewayRegistrar
All Implemented Interfaces:
ImportBeanDefinitionRegistrar

public class MessagingGatewayRegistrar
extends Object
implements ImportBeanDefinitionRegistrar
The ImportBeanDefinitionRegistrar to parse MessagingGateway and its service-interface and to register BeanDefinition GatewayProxyFactoryBean.
Since:
4.0
Author:
Artem Bilan, Gary Russell, Andy Wilksinson