Class AnnotationGatewayProxyFactoryBean<T>

Type Parameters:
T - the target gateway interface to build a proxy against.
All Implemented Interfaces:
Advice, Interceptor, MethodInterceptor, Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, DisposableBean, FactoryBean<T>, InitializingBean, ApplicationContextAware, Lifecycle, Phased, SmartLifecycle, ExpressionCapable, NamedComponent, IntegrationManagement, ManageableLifecycle, ManageableSmartLifecycle, TrackableComponent

public class AnnotationGatewayProxyFactoryBean<T> extends GatewayProxyFactoryBean<T>
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<T> serviceInterface)
  • Method Details