Class AnnotationGatewayProxyFactoryBean

All Implemented Interfaces:
Advice, Interceptor, MethodInterceptor, Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, DisposableBean, FactoryBean<Object>, InitializingBean, ApplicationContextAware, Lifecycle, Phased, SmartLifecycle, ExpressionCapable, NamedComponent, IntegrationManagement, ManageableLifecycle, ManageableSmartLifecycle, TrackableComponent

public class AnnotationGatewayProxyFactoryBean extends GatewayProxyFactoryBean
A GatewayProxyFactoryBean extension for Java configuration. The service interface may be marked with the MessagingGateway annotation. Otherwise the default state is applied.
Since:
5.0
Author:
Artem Bilan, Gary Russell
  • Constructor Details

    • AnnotationGatewayProxyFactoryBean

      public AnnotationGatewayProxyFactoryBean(Class<?> serviceInterface)
  • Method Details