Class AnnotationGatewayProxyFactoryBean<T>

Type Parameters:
T - the target gateway interface to build a proxy against.
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.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
  • Constructor Details

    • AnnotationGatewayProxyFactoryBean

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