Package | Description |
---|---|
nablarch.fw.messaging |
メッセージング処理方式の実装に直接関連するモジュールを格納するパッケージ。
|
nablarch.fw.messaging.provider |
メッセージング
|
nablarch.fw.messaging.provider.exception |
MOMに対する処理実行時の例外機能を提供する。
|
nablarch.fw.messaging.realtime.http.client |
HTTPを用いたメッセージング処理方式の実装に直接関連するモジュールを格納するパッケージ。
|
nablarch.fw.messaging.realtime.http.exception |
HTTPを用いたメッセージング処理方式使用時の例外を格納するパッケージ。
|
Modifier and Type | Class and Description |
---|---|
class |
MessageSendSyncTimeoutException
送信した電文に対する応答電文をタイムアウト時間内に受信することができなかった場合に
送出される例外。
|
Modifier and Type | Method and Description |
---|---|
MessagingException |
MessagingExceptionFactory.createMessagingException(java.lang.String message,
java.lang.Throwable cause)
発生した例外の内容に応じた
MessagingException を生成する。 |
Modifier and Type | Class and Description |
---|---|
class |
MomConnectionException
例外がMOM接続に関する問題である場合に送出される例外。
|
Modifier and Type | Method and Description |
---|---|
SyncMessage |
HttpMessagingClient.sendSync(MessageSenderSettings settings,
SyncMessage requestMessage)
HTTPを使用したリアルタイム通信通信を行う。
|
Modifier and Type | Class and Description |
---|---|
class |
HttpMessagingException
HTTP通信に関する例外クラス。
|
class |
HttpMessagingInvalidDataFormatException
HTTP通信時、送受信したデータのフォーマット変換に失敗した際に送出される例外クラス。
|
class |
HttpMessagingTimeoutException
メッセージング機能で、コネクションの接続及びデータの読み込み要求がタイムアウトした場合に送出される例外。
|