- handle(D, ExecutionContext) - クラス のメソッドnablarch.fw.action.BatchAction
-
データリーダによって読み込まれた1件分の入力データに対する業務処理を実行する。
- handle(HttpRequest, ExecutionContext) - 列挙型 のメソッドnablarch.fw.web.HttpResponse.Status
-
入力データに対する処理を実行する。
- handleNext(TData) - クラス のメソッドnablarch.fw.ExecutionContext
-
ハンドラキュー上の次のハンドラに処理を委譲する。
- hasError() - クラス のメソッドnablarch.fw.web.upload.util.BulkValidationResult
-
エラーが発生しているかどうかを判定する。
- hashCode() - クラス のメソッドnablarch.common.web.compositekey.CompositeKey
-
このオブジェクトのハッシュコード値を返す。
- hashCode() - クラス のメソッドnablarch.core.message.Message
-
- hashCode() - クラス のメソッドnablarch.core.validation.ValidationResultMessage
-
このオブジェクトのハッシュコード値を返す。
- hasNext() - インタフェース のメソッドnablarch.core.dataformat.DataRecordFormatter
-
次に読み込む行の有無を判定する。
- hasValue(String) - クラス のstaticメソッドnablarch.core.util.StringUtil
-
Stringインスタンスが何らかの文字を含んでいるか判定する。
- hasValue(String...) - クラス のstaticメソッドnablarch.core.util.StringUtil
-
文字列配列が何らかの文字列を含んでいるか判定する。
- hasValue(Collection<String>) - クラス のstaticメソッドnablarch.core.util.StringUtil
-
コレクションが何らかの文字列を含んでいるか判定する。
- HttpErrorResponse - nablarch.fw.webの例外
-
エラーレスポンスを行う際に送出する例外。
- HttpErrorResponse() - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
-
デフォルトコンストラクタ。
- HttpErrorResponse(Throwable) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
-
元例外を指定するコンストラクタ。
- HttpErrorResponse(String) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
-
コンテンツのパスを指定するコンストラクタ。
- HttpErrorResponse(String, Throwable) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
-
コンテンツのパスと元例外を指定するコンストラクタ。
- HttpErrorResponse(int) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
-
指定されたステータスコードでエラーレスポンスを返す例外を生成する。
- HttpErrorResponse(int, Throwable) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
-
指定されたステータスコードでエラーレスポンスを返す例外を生成する。
- HttpErrorResponse(int, String) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
-
指定されたステータスコード・コンテンツパスでエラーレスポンスを返す例外を生成する。
- HttpErrorResponse(int, String, Throwable) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
-
指定されたステータスコード・コンテンツパスでエラーレスポンスを返す例外を生成する。
- HttpErrorResponse(HttpResponse) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
-
- HttpErrorResponse(HttpResponse, Throwable) - 例外 のコンストラクタnablarch.fw.web.HttpErrorResponse
-
- HttpExclusiveControlUtil - nablarch.common.web.exclusivecontrolのクラス
-
- HttpMessagingException - nablarch.fw.messaging.realtime.http.exceptionの例外
-
HTTP通信に関する例外クラス。
- HttpMessagingException() - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
詳細メッセージにnull
を使用して、HttpMessagingException
を構築する。
- HttpMessagingException(String, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
指定された詳細メッセージおよび起因となる例外を使用して、HttpMessagingException
を構築する。
- HttpMessagingException(String) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
指定された詳細メッセージを使用して、HttpMessagingException
を構築する。
- HttpMessagingException(Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
指定された起因となる例外を使用して、HttpMessagingException
を構築する。
- HttpMessagingException(String, Integer, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
指定された起因となる例外を使用し、例外発生時の接続先及びHTTPステータスコードを指定して
HttpMessagingException
を構築する。
- HttpMessagingException(String, String, Integer, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingException
-
指定された詳細メッセージおよび起因となる例外を使用し、
例外発生時の接続先及びHTTPステータスコードを指定してHttpMessagingException
を構築する。
- HttpMessagingInvalidDataFormatException - nablarch.fw.messaging.realtime.http.exceptionの例外
-
HTTP通信時、送受信したデータのフォーマット変換に失敗した際に送出される例外クラス。
- HttpMessagingInvalidDataFormatException() - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
詳細メッセージにnull
を使用して、HttpMessagingInvalidDataFormatException
を生成する。
- HttpMessagingInvalidDataFormatException(String, String, Map<String, ?>, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
送信データのフォーマット変換に失敗したことを表すHttpMessagingInvalidDataFormatException
を生成する。
- HttpMessagingInvalidDataFormatException(String, String, Integer, Map<String, List<String>>, String, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
-
受信データのフォーマット変換に失敗したことを表すHttpMessagingInvalidDataFormatException
を生成する。
- HttpMessagingTimeoutException - nablarch.fw.messaging.realtime.http.exceptionの例外
-
メッセージング機能で、コネクションの接続及びデータの読み込み要求がタイムアウトした場合に送出される例外。
- HttpMessagingTimeoutException() - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
-
詳細メッセージにnull
を使用して、HttpMessagingTimeoutException
を構築する。
- HttpMessagingTimeoutException(String, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
-
指定された詳細メッセージおよび起因となる例外を使用して、HttpMessagingTimeoutException
を構築する。
- HttpMessagingTimeoutException(String, String, Integer, Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
-
指定された詳細メッセージおよび起因となる例外を使用し、例外発生時の接続先及びHTTPステータスコードを指定して
HttpMessagingTimeoutException
を構築する。
- HttpMessagingTimeoutException(String) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
-
指定された詳細メッセージを使用して、HttpMessagingTimeoutException
を構築する。
- HttpMessagingTimeoutException(Throwable) - 例外 のコンストラクタnablarch.fw.messaging.realtime.http.exception.HttpMessagingTimeoutException
-
指定された起因となる例外を使用して、HttpMessagingTimeoutException
を構築する。
- HttpRequest - nablarch.fw.webのクラス
-
HTTP/1.1(RFC2616)におけるリクエストメッセージのパーサ及び
その結果を格納するデータオブジェクト。
- HttpResponse - nablarch.fw.webのクラス
-
HTTPレスポンスメッセージを生成する際に必要な情報を格納したクラス。
- HttpResponse() - クラス のコンストラクタnablarch.fw.web.HttpResponse
-
HttpResponse
オブジェクトを生成する。
- HttpResponse(int) - クラス のコンストラクタnablarch.fw.web.HttpResponse
-
指定されたステータスコードのHttpResponse
オブジェクトを生成する。
- HttpResponse(int, String) - クラス のコンストラクタnablarch.fw.web.HttpResponse
-
指定されたHTTPステータスコードとコンテンツパスのHttpResponse
オブジェクトを生成する。
- HttpResponse(String) - クラス のコンストラクタnablarch.fw.web.HttpResponse
-
指定されたコンテンツパスのHttpResponse
オブジェクトを生成する。
- HttpResponse.Status - nablarch.fw.webの列挙型
-
HTTPレスポンスステータス。