Package nablarch.fw
Interface DataReaderFactory<TData>
- Type Parameters:
TData
- データリーダが読み込むデータの型
- All Known Implementing Classes:
AsyncMessageReceiveAction
,AsyncMessageSendAction
,AsyncMessageSendActionForUt
,BatchAction
,FileBatchAction
,FileBatchActionBase
,MailSender
,NoInputDataBatchAction
データリーダのファクトリクラスが実装するインスタンス。
-
Method Summary
-
Method Details
-
createReader
新たなデータリーダを作成する。- Parameters:
context
- 実行コンテキスト- Returns:
- データリーダ
-