Package nablarch.fw
Interface Handler<TData,TResult>
- Type Parameters:
TData
- 処理対象データ型TResult
- 処理結果データ型
- All Known Subinterfaces:
HandlerWrapper<TData,
,TResult> HttpRequestHandler
,ProcessStopHandler
- All Known Implementing Classes:
AsyncMessageReceiveAction
,AsyncMessageSendAction
,AsyncMessageSendActionForUt
,BasicProcessStopHandler
,BatchAction
,BodyConvertHandler
,CheckRole.Impl
,CorsPreflightRequestHandler
,CsrfTokenVerificationHandler
,DataReadHandler
,DbConnectionManagementHandler
,DbLessLoopHandler
,DispatchHandler
,DuplicateProcessCheckHandler
,ErrorOnSessionWriteConflict.Impl
,FileRecordWriterDisposeHandler
,FileRecordWriterDisposeHandler
,ForwardingHandler
,GlobalErrorHandler
,HealthCheckEndpointHandler
,HotDeployHandler
,HttpAccessLogHandler
,HttpCharacterEncodingHandler
,HttpErrorHandler
,HttpMessagingErrorHandler
,HttpMessagingRequestParsingHandler
,HttpMessagingResponseBuildingHandler
,HttpMethodBinding
,HttpRequestJavaPackageMapping
,HttpRequestJavaPackageMapping.Mapping
,HttpRequestTestSupportHandler
,HttpResponse.Status
,HttpResponseHandler
,HttpRewriteHandler
,HttpServer
,HttpServerJetty12
,InjectForm.Impl
,Interceptor.Impl
,JaxRsAccessLogHandler
,JaxRsBeanValidationHandler
,JaxRsResponseHandler
,KeitaiAccessHandler
,LoopHandler
,MailSender
,Main
,MainForRequestTesting
,MessageReplyHandler
,MessageResendHandler
,MessagingAction
,MessagingAction
,MessagingContextHandler
,MethodBinding
,MultipartHandler
,MultiThreadExecutionHandler
,NablarchTagHandler
,NoInputDataBatchAction
,NopHandler
,NormalizationHandler
,OnDoubleSubmission.Impl
,OnError.Impl
,OnErrors.Impl
,OneShotLoopHandler
,PathOptionsProviderRoutesMapping
,PermissionCheckHandler
,PermissionCheckHandler
,PostResubmitPreventHandler
,ProcessResidentHandler
,RecordTypeBinding
,RequestHandlerEntry
,RequestPathJavaPackageMapping
,RequestThreadLoopHandler
,ResourceMapping
,RetryHandler
,RoutesMapping
,RoutingHandlerSupport
,SecureHandler
,ServiceAvailabilityCheckHandler
,ServiceAvailabilityCheckHandler
,SessionConcurrentAccessHandler
,SessionConcurrentAccessHandler
,SessionStoreHandler
,StatusCodeConvertHandler
,ThreadContextClearHandler
,ThreadContextHandler
,TimerMetricsHandler
,Transactional.TransactionalImpl
,TransactionManagementHandler
,UseToken.Impl
データプロセッサが実装するパイプライン処理において、
各ステージで行われる処理が実装するインターフェース。
-
Method Summary
-
Method Details
-
handle
入力データに対する処理を実行する。- Parameters:
data
- 入力データcontext
- 実行コンテキスト- Returns:
- 処理結果データ
-