クラスの使用
org.springframework.messaging.handler.invocation.InvocableHandlerMethod
InvocableHandlerMethod を使用するパッケージ
パッケージ
説明
ターゲットリスナーメソッドに委譲し、メッセージをリスナーメソッドに渡される適切なメッセージコンテンツ型(文字列やバイト配列など)に変換するメッセージリスナーアダプターメカニズム。
アノテーション付きのメッセージ処理メソッドを操作するためのクラスをサポートします。
メッセージハンドラーメソッドを呼び出すための共通インフラストラクチャ。
org.springframework.jms.listener.adapter 内の InvocableHandlerMethod 使用
型 InvocableHandlerMethod のパラメーターを持つ org.springframework.jms.listener.adapter のメソッド修飾子と型メソッド説明voidMessagingMessageListenerAdapter.setHandlerMethod(InvocableHandlerMethod handlerMethod) 受信MessageEE を処理するメソッドを呼び出すために使用する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 InvocableHandlerMethodAbstractMethodMessageHandler.getExceptionHandlerMethod(HandlerMethod handlerMethod, ExceptionSE exception) 指定された例外の@MessageExceptionHandlerメソッドを見つけます。