Class JpaOutboundGatewayFactoryBean

java.lang.Object
org.springframework.integration.config.AbstractSimpleMessageHandlerFactoryBean<JpaOutboundGateway>
org.springframework.integration.jpa.outbound.JpaOutboundGatewayFactoryBean
All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, FactoryBean<MessageHandler>, ApplicationContextAware, ApplicationEventPublisherAware

public class JpaOutboundGatewayFactoryBean
extends AbstractSimpleMessageHandlerFactoryBean<JpaOutboundGateway>
The JpaOutboundGatewayFactoryBean creates instances of the JpaOutboundGateway. Optionally this FactoryBean will add Aop Advices (e.g. TransactionInterceptor to the JpaOutboundGateway instance.
Since:
2.2
Author:
Amol Nayak, Gunnar Hillert, Gary Russell, Artem Bilan