Package nablarch.fw.action
Class MessagingAction
java.lang.Object
nablarch.core.db.support.DbAccessSupport
nablarch.fw.messaging.action.MessagingAction
nablarch.fw.action.MessagingAction
- All Implemented Interfaces:
Handler<RequestMessage,
,ResponseMessage> TransactionEventCallback<RequestMessage>
Deprecated.
本クラスは、被仕向同期応答処理における典型的な業務処理を実装する際に
使用できるテンプレートクラスである。
-
Nested Class Summary
Nested classes/interfaces inherited from interface nablarch.fw.TransactionEventCallback
TransactionEventCallback.Provider<TData>
-
Field Summary
Fields inherited from interface nablarch.fw.TransactionEventCallback
REQUEST_DATA_REQUEST_SCOPE_KEY
-
Constructor Summary
-
Method Summary
Methods inherited from class nablarch.fw.messaging.action.MessagingAction
handle, onError, onReceive, transactionAbnormalEnd, transactionCallBackWatchType, transactionNormalEnd, usesAutoRead
Methods inherited from class nablarch.core.db.support.DbAccessSupport
countByParameterizedSql, countByStatementSql, getParameterizedSqlStatement, getParameterizedSqlStatement, getSqlCStatement, getSqlPStatement, search
-
Constructor Details
-
MessagingAction
public MessagingAction()Deprecated.
-
MessagingAction
を使用すること。