Uses of Interface
org.springframework.integration.mapping.HeaderMapper
Packages that use HeaderMapper
Package
Description
Provides supporting classes for JavaDSL with Apache Camel components.
Provides classes for Apache Camel outbound channel adapters.
Provides supporting classes for Apache Camel channel adapters.
Provides HTTP Components support for Spring Integration Java DSL.
Provides classes supporting inbound endpoints.
Provides classes supporting outbound endpoints.
Provides classes to support Http endpoints, including header
mapping.
Base package for JMS Support.
Base package for Mail support.
Provides classes for configuration - parsers, namespace handlers.
Provides Mail Components for the Java DSL.
Provides classes to support email.
Provides inbound Spring Integration MqttAdapter components.
Provides Spring Integration components for doing outbound operations.
Provides various support classes used across Spring Integration MqttAdapter Components.
Provides classes which represent inbound STOMP components.
Provides classes which represent outbound STOMP components.
Provides classes to support STOMP components.
-
Uses of HeaderMapper in org.springframework.integration.camel.dsl
Methods in org.springframework.integration.camel.dsl with parameters of type HeaderMapperModifier and TypeMethodDescriptionCamelMessageHandlerSpec.headerMapper
(HeaderMapper<org.apache.camel.Message> headerMapper) -
Uses of HeaderMapper in org.springframework.integration.camel.outbound
Methods in org.springframework.integration.camel.outbound with parameters of type HeaderMapperModifier and TypeMethodDescriptionvoid
CamelMessageHandler.setHeaderMapper
(HeaderMapper<org.apache.camel.Message> headerMapper) Set aHeaderMapper
to map request message headers into Apache Camel message headers and back if request-reply exchange pattern is used. -
Uses of HeaderMapper in org.springframework.integration.camel.support
Classes in org.springframework.integration.camel.support that implement HeaderMapperModifier and TypeClassDescriptionclass
AHeaderMapper
for mapping headers from Spring Integration message to Apache Camel message and back. -
Uses of HeaderMapper in org.springframework.integration.http.dsl
Fields in org.springframework.integration.http.dsl declared as HeaderMapperModifier and TypeFieldDescriptionprotected final HeaderMapper<HttpHeaders>
HttpInboundEndpointSupportSpec.headerMapper
Methods in org.springframework.integration.http.dsl with parameters of type HeaderMapperModifier and TypeMethodDescriptionBaseHttpMessageHandlerSpec.headerMapper
(HeaderMapper<HttpHeaders> headerMapper) Set theHeaderMapper
to use when mapping between HTTP headers andMessageHeaders
.HttpInboundEndpointSupportSpec.headerMapper
(HeaderMapper<HttpHeaders> mapper) Set theHeaderMapper
to use when mapping between HTTP headers and MessageHeaders. -
Uses of HeaderMapper in org.springframework.integration.http.inbound
Methods in org.springframework.integration.http.inbound that return HeaderMapperModifier and TypeMethodDescriptionprotected HeaderMapper<HttpHeaders>
BaseHttpInboundEndpoint.getHeaderMapper()
Methods in org.springframework.integration.http.inbound with parameters of type HeaderMapperModifier and TypeMethodDescriptionvoid
BaseHttpInboundEndpoint.setHeaderMapper
(HeaderMapper<HttpHeaders> headerMapper) Set theHeaderMapper
to use when mapping between HTTP headers and MessageHeaders. -
Uses of HeaderMapper in org.springframework.integration.http.outbound
Methods in org.springframework.integration.http.outbound with parameters of type HeaderMapperModifier and TypeMethodDescriptionvoid
AbstractHttpRequestExecutingMessageHandler.setHeaderMapper
(HeaderMapper<HttpHeaders> headerMapper) Set theHeaderMapper
to use when mapping between HTTP headers and MessageHeaders. -
Uses of HeaderMapper in org.springframework.integration.http.support
Classes in org.springframework.integration.http.support that implement HeaderMapper -
Uses of HeaderMapper in org.springframework.integration.jms
Classes in org.springframework.integration.jms that implement HeaderMapperModifier and TypeClassDescriptionclass
Default implementation ofJmsHeaderMapper
.class
Strategy interface for mapping integration Message headers to an outbound JMS Message (e.g. -
Uses of HeaderMapper in org.springframework.integration.mail
Methods in org.springframework.integration.mail with parameters of type HeaderMapperModifier and TypeMethodDescriptionvoid
AbstractMailReceiver.setHeaderMapper
(HeaderMapper<MimeMessage> headerMapper) Set the header mapper; if a header mapper is not provided, the message payload is aMimeMessage
, when provided, the headers are mapped and the payload is theMimeMessage
content. -
Uses of HeaderMapper in org.springframework.integration.mail.config
Methods in org.springframework.integration.mail.config with parameters of type HeaderMapperModifier and TypeMethodDescriptionvoid
MailReceiverFactoryBean.setHeaderMapper
(HeaderMapper<MimeMessage> headerMapper) -
Uses of HeaderMapper in org.springframework.integration.mail.dsl
Methods in org.springframework.integration.mail.dsl with parameters of type HeaderMapperModifier and TypeMethodDescriptionImapIdleChannelAdapterSpec.headerMapper
(HeaderMapper<MimeMessage> headerMapper) Set the header mapper; if a header mapper is not provided, the message payload is aMimeMessage
, when provided, the headers are mapped and the payload is theMimeMessage
content.MailInboundChannelAdapterSpec.headerMapper
(HeaderMapper<MimeMessage> headerMapper) Set the header mapper; if a header mapper is not provided, the message payload is aMimeMessage
, when provided, the headers are mapped and the payload is theMimeMessage
content. -
Uses of HeaderMapper in org.springframework.integration.mail.support
Classes in org.springframework.integration.mail.support that implement HeaderMapper -
Uses of HeaderMapper in org.springframework.integration.mqtt.inbound
Methods in org.springframework.integration.mqtt.inbound with parameters of type HeaderMapperModifier and TypeMethodDescriptionvoid
Mqttv5PahoMessageDrivenChannelAdapter.setHeaderMapper
(HeaderMapper<org.eclipse.paho.mqttv5.common.packet.MqttProperties> headerMapper) -
Uses of HeaderMapper in org.springframework.integration.mqtt.outbound
Methods in org.springframework.integration.mqtt.outbound with parameters of type HeaderMapperModifier and TypeMethodDescriptionvoid
Mqttv5PahoMessageHandler.setHeaderMapper
(HeaderMapper<org.eclipse.paho.mqttv5.common.packet.MqttProperties> headerMapper) -
Uses of HeaderMapper in org.springframework.integration.mqtt.support
Classes in org.springframework.integration.mqtt.support that implement HeaderMapperModifier and TypeClassDescriptionclass
The defaultHeaderMapper
implementation for MQTT v5 message properties mapping. -
Uses of HeaderMapper in org.springframework.integration.stomp.inbound
Methods in org.springframework.integration.stomp.inbound with parameters of type HeaderMapperModifier and TypeMethodDescriptionvoid
StompInboundChannelAdapter.setHeaderMapper
(HeaderMapper<StompHeaders> headerMapper) -
Uses of HeaderMapper in org.springframework.integration.stomp.outbound
Methods in org.springframework.integration.stomp.outbound with parameters of type HeaderMapperModifier and TypeMethodDescriptionvoid
StompMessageHandler.setHeaderMapper
(HeaderMapper<StompHeaders> headerMapper) -
Uses of HeaderMapper in org.springframework.integration.stomp.support
Classes in org.springframework.integration.stomp.support that implement HeaderMapper