インターフェースの使用
org.springframework.integration.mapping.HeaderMapper
HeaderMapper を使用するパッケージ
パッケージ
説明
Apache Camel コンポーネントを使用した JavaDSL のサポートクラスを提供します。
Apache Camel 送信 チャネルアダプターのクラスを提供します。
Apache Camel チャネルアダプターのサポートクラスを提供します。
Spring Integration Java DSL の HTTP コンポーネントサポートを提供します。
受信エンドポイントをサポートするクラスを提供します。
送信エンドポイントをサポートするクラスを提供します。
ヘッダーマッピングを含む Http エンドポイントをサポートするクラスを提供します。
JMS サポートの基本パッケージ。
構成用のクラス(パーサー、名前空間ハンドラー)を提供します。
Java DSL のメールコンポーネントを提供します。
受信チャネルアダプターはメールプロトコルをサポートします。
メールをサポートするクラスを提供します。
受信 Spring Integration MqttAdapter コンポーネントを提供します。
送信操作を行うための Spring Integration コンポーネントを提供します。
Spring Integration MqttAdapter コンポーネント全体で使用されるさまざまなサポートクラスを提供します。
受信 STOMP コンポーネントを表すクラスを提供します。
送信 STOMP コンポーネントを表すクラスを提供します。
STOMP コンポーネントをサポートするクラスを提供します。
org.springframework.integration.camel.dsl 内の HeaderMapper 使用
型 HeaderMapper のパラメーターを持つ org.springframework.integration.camel.dsl のメソッド修飾子と型メソッド説明CamelMessageHandlerSpec.headerMapper(HeaderMapper<org.apache.camel.Message> headerMapper) org.springframework.integration.camel.outbound 内の HeaderMapper 使用
型 HeaderMapper のパラメーターを持つ org.springframework.integration.camel.outbound のメソッド修飾子と型メソッド説明voidCamelMessageHandler.setHeaderMapper(HeaderMapper<org.apache.camel.Message> headerMapper) リクエストと応答の交換パターンが使用されている場合は、リクエストメッセージヘッダーを Apache Camel メッセージヘッダーにマッピングし、元に戻すようにHeaderMapperを設定します。org.springframework.integration.camel.support 内の HeaderMapper 使用
修飾子と型クラス説明classSpring Integration メッセージから Apache Camel メッセージへ、またはその逆のヘッダーをマッピングするためのHeaderMapper。org.springframework.integration.http.dsl 内の HeaderMapper 使用
HeaderMapper として宣言されている org.springframework.integration.http.dsl のフィールド型 HeaderMapper のパラメーターを持つ org.springframework.integration.http.dsl のメソッド修飾子と型メソッド説明BaseHttpMessageHandlerSpec.headerMapper(HeaderMapper<HttpHeaders> headerMapper) HTTP ヘッダーとMessageHeadersの間のマッピング時に使用するHeaderMapperを設定します。HttpInboundEndpointSupportSpec.headerMapper(HeaderMapper<HttpHeaders> mapper) HTTP ヘッダーと MessageHeaders の間のマッピング時に使用するHeaderMapperを設定します。org.springframework.integration.http.inbound 内の HeaderMapper 使用
型 HeaderMapper のパラメーターを持つ org.springframework.integration.http.inbound のメソッド修飾子と型メソッド説明voidBaseHttpInboundEndpoint.setHeaderMapper(HeaderMapper<HttpHeaders> headerMapper) HTTP ヘッダーと MessageHeaders の間のマッピング時に使用するHeaderMapperを設定します。org.springframework.integration.http.outbound 内の HeaderMapper 使用
型 HeaderMapper のパラメーターを持つ org.springframework.integration.http.outbound のメソッド修飾子と型メソッド説明voidAbstractHttpRequestExecutingMessageHandler.setHeaderMapper(HeaderMapper<HttpHeaders> headerMapper) HTTP ヘッダーと MessageHeaders の間のマッピング時に使用するHeaderMapperを設定します。org.springframework.integration.http.support 内の HeaderMapper 使用
HeaderMapper を実装している org.springframework.integration.http.support のクラスorg.springframework.integration.jms 内の HeaderMapper 使用
HeaderMapper を実装している org.springframework.integration.jms のクラスorg.springframework.integration.mail.config 内の HeaderMapper 使用
型 HeaderMapper のパラメーターを持つ org.springframework.integration.mail.config のメソッド修飾子と型メソッド説明voidMailReceiverFactoryBean.setHeaderMapper(@Nullable HeaderMapper<MimeMessageEE> headerMapper) org.springframework.integration.mail.dsl 内の HeaderMapper 使用
型 HeaderMapper のパラメーターを持つ org.springframework.integration.mail.dsl のメソッド修飾子と型メソッド説明ImapIdleChannelAdapterSpec.headerMapper(HeaderMapper<MimeMessageEE> headerMapper) ヘッダーマッパーを設定します。ヘッダーマッパーが提供されない場合、メッセージペイロードはMimeMessageEE になり、提供されるとヘッダーがマッピングされ、ペイロードがMimeMessageEE コンテンツになります。MailInboundChannelAdapterSpec.headerMapper(HeaderMapper<MimeMessageEE> headerMapper) ヘッダーマッパーを設定します。ヘッダーマッパーが提供されない場合、メッセージペイロードはMimeMessageEE になり、提供されるとヘッダーがマッピングされ、ペイロードがMimeMessageEE コンテンツになります。org.springframework.integration.mail.inbound 内の HeaderMapper 使用
型 HeaderMapper のパラメーターを持つ org.springframework.integration.mail.inbound のメソッド修飾子と型メソッド説明voidAbstractMailReceiver.setHeaderMapper(HeaderMapper<MimeMessageEE> headerMapper) ヘッダーマッパーを設定します。ヘッダーマッパーが提供されない場合、メッセージペイロードはMimeMessageEE になり、提供されるとヘッダーがマッピングされ、ペイロードがMimeMessageEE コンテンツになります。org.springframework.integration.mail.support 内の HeaderMapper 使用
HeaderMapper を実装している org.springframework.integration.mail.support のクラスorg.springframework.integration.mqtt.inbound 内の HeaderMapper 使用
型 HeaderMapper のパラメーターを持つ org.springframework.integration.mqtt.inbound のメソッド修飾子と型メソッド説明voidMqttv5PahoMessageDrivenChannelAdapter.setHeaderMapper(HeaderMapper<org.eclipse.paho.mqttv5.common.packet.MqttProperties> headerMapper) org.springframework.integration.mqtt.outbound 内の HeaderMapper 使用
型 HeaderMapper のパラメーターを持つ org.springframework.integration.mqtt.outbound のメソッド修飾子と型メソッド説明voidMqttv5PahoMessageHandler.setHeaderMapper(HeaderMapper<org.eclipse.paho.mqttv5.common.packet.MqttProperties> headerMapper) org.springframework.integration.mqtt.support 内の HeaderMapper 使用
HeaderMapper を実装している org.springframework.integration.mqtt.support のクラスorg.springframework.integration.stomp.inbound 内の HeaderMapper 使用
型 HeaderMapper のパラメーターを持つ org.springframework.integration.stomp.inbound のメソッド修飾子と型メソッド説明voidStompInboundChannelAdapter.setHeaderMapper(HeaderMapper<StompHeaders> headerMapper) org.springframework.integration.stomp.outbound 内の HeaderMapper 使用
型 HeaderMapper のパラメーターを持つ org.springframework.integration.stomp.outbound のメソッドorg.springframework.integration.stomp.support 内の HeaderMapper 使用