public interface JAXRResponse
JAXRException
修飾子と型 | フィールドと説明 |
---|---|
static int | STATUS_FAILURE 障害レスポンスを示すステータス。 |
static int | STATUS_SUCCESS 正常なレスポンスを示すステータス。 |
static int | STATUS_UNAVAILABLE 結果が現在利用できないことを示すステータス。 |
static int | STATUS_WARNING 少なくとも 1 つの警告を含む成功したレスポンスを示すステータス。 |
修飾子と型 | メソッドと説明 |
---|---|
StringSE | getRequestId() このレスポンスを生成したリクエストの一意の ID を返します。 |
int | getStatus() このレスポンスのステータスを返します。 |
boolean | isAvailable() レスポンスがある場合は true を返し、それ以外の場合は false を返します。 |
static final int STATUS_SUCCESS
static final int STATUS_WARNING
static final int STATUS_FAILURE
static final int STATUS_UNAVAILABLE
StringSE getRequestId() throws JAXRException
JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 int getStatus() throws JAXRException
JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 STATUS_SUCCESS
boolean isAvailable() throws JAXRException
true
。それ以外の場合は false
JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.