クラスの使用 
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メソッドを見つけます。