Package nablarch.fw
Interface InboundHandleable
- All Known Implementing Classes:
DbConnectionManagementHandler
,ServiceAvailabilityCheckHandler
,ServiceAvailabilityCheckHandler
,ThreadContextClearHandler
,ThreadContextHandler
,TransactionManagementHandler
public interface InboundHandleable
前処理実行可能なハンドラであるマーカインタフェース。
-
Method Summary
-
Method Details
-
handleInbound
前処理を実装する。- Parameters:
context
- ExecutionContext- Returns:
- 処理結果オブジェクト
-