Package nablarch.fw

Interface InboundHandleable

All Known Implementing Classes:
DbConnectionManagementHandler, ServiceAvailabilityCheckHandler, ServiceAvailabilityCheckHandler, ThreadContextClearHandler, ThreadContextHandler, TransactionManagementHandler

public interface InboundHandleable
前処理実行可能なハンドラであるマーカインタフェース。
  • Method Details

    • handleInbound

      Result handleInbound(ExecutionContext context)
      前処理を実装する。
      Parameters:
      context - ExecutionContext
      Returns:
      処理結果オブジェクト