インターフェースの使用
org.springframework.integration.mapping.OutboundMessageMapper
OutboundMessageMapper を使用するパッケージ
パッケージ
説明
Spring Integration Java DSL のルートパッケージ。
メッセージングゲートウェイをサポートするクラスを提供します。
TCP 接続に関連するすべてのもの - クライアントおよびサーバーファクトリ ; リスナーと送信者のインターフェース。
UDP サポートの基本パッケージ。
JMX サポート用の送信チャネルアダプター。
メッセージヘッダーとの間のマッピングに関連するクラスを提供します。
メッセージ変換をサポートするクラスを提供します。
JSON をサポートするクラスを提供します。
JavaDSL を介して ZeroMQ コンポーネントをサポートするためのクラスを提供します。
ZeroMQ を介した送信チャネルアダプターのクラスを提供します。
org.springframework.integration.dsl 内の OutboundMessageMapper 使用
型 OutboundMessageMapper のパラメーターを持つ org.springframework.integration.dsl のメソッド修飾子と型メソッド説明MessagingGatewaySpec.replyMapper(OutboundMessageMapper<?> replyMapper) 使用するOutboundMessageMapper。org.springframework.integration.gateway 内の OutboundMessageMapper 使用
型 OutboundMessageMapper のパラメーターを持つ org.springframework.integration.gateway のメソッド修飾子と型メソッド説明voidMessagingGatewaySupport.setReplyMapper(OutboundMessageMapper<?> replyMapper) 受信または sendAndReceive 操作で受信した応答メッセージからオブジェクトにマッピングするためのOutboundMessageMapperを提供します。org.springframework.integration.ip.tcp.connection 内の OutboundMessageMapper 使用
org.springframework.integration.ip.udp 内の OutboundMessageMapper 使用
org.springframework.integration.jmx.outbound 内の OutboundMessageMapper 使用
型 OutboundMessageMapper のパラメーターを持つ org.springframework.integration.jmx.outbound のメソッド修飾子と型メソッド説明voidNotificationPublishingMessageHandler.setNotificationMapper(OutboundMessageMapper<NotificationSE> notificationMapper) メッセージから通知を作成するためのマッパーを設定します。org.springframework.integration.mapping 内の OutboundMessageMapper 使用
org.springframework.integration.mapping 内の OutboundMessageMapper サブインターフェース修飾子と型インターフェース説明interface修飾子と型クラス説明classorg.springframework.integration.support.converter 内の OutboundMessageMapper 使用
型 OutboundMessageMapper のパラメーターを持つ org.springframework.integration.support.converter のメソッド修飾子と型メソッド説明final voidSimpleMessageConverter.setOutboundMessageMapper(@Nullable OutboundMessageMapper<?> outboundMessageMapper) 型 OutboundMessageMapper のパラメーターを持つ org.springframework.integration.support.converter のコンストラクター修飾子コンストラクター説明SimpleMessageConverter(InboundMessageMapper<?> inboundMessageMapper, OutboundMessageMapper<?> outboundMessageMapper) SimpleMessageConverter(OutboundMessageMapper<?> outboundMessageMapper) org.springframework.integration.support.json 内の OutboundMessageMapper 使用
修飾子と型クラス説明class送信メッセージの場合、メッセージ対応の Jackson JSON マッパーを使用してメッセージを JSON としてレンダリングします。class非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。classOutboundMessageMapper実装は、Messageを JSON 文字列表現に変換します。org.springframework.integration.zeromq.dsl 内の OutboundMessageMapper 使用
型 OutboundMessageMapper のパラメーターを持つ org.springframework.integration.zeromq.dsl のメソッド修飾子と型メソッド説明ZeroMqMessageHandlerSpec.messageMapper(OutboundMessageMapper<byte[]> messageMapper) ZeroMq ソケットに送信するために、リクエストメッセージをbyte[]に変換するOutboundMessageMapperを提供します。org.springframework.integration.zeromq.outbound 内の OutboundMessageMapper 使用
型 OutboundMessageMapper のパラメーターを持つ org.springframework.integration.zeromq.outbound のメソッド修飾子と型メソッド説明voidZeroMqMessageHandler.setMessageMapper(OutboundMessageMapper<byte[]> messageMapper) ZeroMq ソケットに送信するために、リクエストメッセージをbyte[]に変換するOutboundMessageMapperを提供します。
EmbeddedHeadersJsonMessageMapperが採用されています。