クラスの使用
org.springframework.messaging.handler.invocation.InvocableHandlerMethod
InvocableHandlerMethod を使用するパッケージ
パッケージ
説明
ターゲットリスナーメソッドに委譲し、メッセージをリスナーメソッドに渡される適切なメッセージコンテンツ型(文字列やバイト配列など)に変換するメッセージリスナーアダプターメカニズム。
アノテーション付きのメッセージ処理メソッドを操作するためのクラスをサポートします。
メッセージハンドラーメソッドを呼び出すための共通インフラストラクチャ。
org.springframework.jms.listener.adapter 内の InvocableHandlerMethod 使用
型 InvocableHandlerMethod のパラメーターを持つ org.springframework.jms.listener.adapter のメソッド修飾子と型メソッド説明void
MessagingMessageListenerAdapter.setHandlerMethod
(InvocableHandlerMethod handlerMethod) 受信Message
EE を処理するメソッドを呼び出すために使用するInvocableHandlerMethod
を設定します。org.springframework.messaging.handler.annotation.support 内の InvocableHandlerMethod 使用
修飾子と型メソッド説明DefaultMessageHandlerMethodFactory.createInvocableHandlerMethod
(ObjectSE bean, MethodSE method) MessageHandlerMethodFactory.createInvocableHandlerMethod
(ObjectSE bean, MethodSE method) 指定されたメソッドのエンドポイントを処理できるInvocableHandlerMethod
を作成します。org.springframework.messaging.handler.invocation 内の InvocableHandlerMethod 使用
修飾子と型メソッド説明protected InvocableHandlerMethod
AbstractMethodMessageHandler.getExceptionHandlerMethod
(HandlerMethod handlerMethod, ExceptionSE exception) 指定された例外の@MessageExceptionHandler
メソッドを見つけます。