public class JpaOutboundGatewayFactoryBean extends AbstractSimpleMessageHandlerFactoryBean<JpaOutboundGateway>
JpaOutboundGatewayFactoryBean は、JpaOutboundGateway のインスタンスを作成します。オプションで、この FactoryBean は Aop アドバイスを追加します(例: TransactionInterceptor を JpaOutboundGateway インスタンスに追加します。loggerOBJECT_TYPE_ATTRIBUTE| コンストラクターと説明 |
|---|
JpaOutboundGatewayFactoryBean() |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected JpaOutboundGateway | createHandler() |
void | setGatewayType(OutboundGatewayType gatewayType) |
void | setJpaExecutor(JpaExecutor jpaExecutor) |
void | setProducesReply(boolean producesReply) |
void | setReplyTimeout(long replyTimeout) ゲートウェイが結果を応答チャネルに送信するのを待機する時間を指定します。 |
void | setRequiresReply(boolean requiresReply) |
createHandlerInternal, getBeanFactory, getObject, getObjectType, getPreCreationHandlerType, isSingleton, setAdviceChain, setApplicationContext, setApplicationEventPublisher, setAsync, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setOrder, setOutputChannel, setOutputChannelNamecloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void setJpaExecutor(JpaExecutor jpaExecutor)
public void setGatewayType(OutboundGatewayType gatewayType)
public void setProducesReply(boolean producesReply)
public void setReplyTimeout(long replyTimeout)
replyTimeout - ミリ秒単位のタイムアウト public void setRequiresReply(boolean requiresReply)
protected JpaOutboundGateway createHandler()