Uses of Interface
org.springframework.integration.mapping.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
Modifier and TypeMethodDescriptionCamelMessageHandlerSpec.headerMapper
(HeaderMapper<org.apache.camel.Message> headerMapper) -
Uses of HeaderMapper in org.springframework.integration.camel.outbound
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprotected final HeaderMapper<HttpHeaders>
HttpInboundEndpointSupportSpec.headerMapper
Modifier 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
Modifier and TypeMethodDescriptionprotected HeaderMapper<HttpHeaders>
BaseHttpInboundEndpoint.getHeaderMapper()
Modifier 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
Modifier 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
-
Uses of HeaderMapper in org.springframework.integration.jms
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
MailReceiverFactoryBean.setHeaderMapper
(HeaderMapper<MimeMessage> headerMapper) -
Uses of HeaderMapper in org.springframework.integration.mail.dsl
Modifier 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
-
Uses of HeaderMapper in org.springframework.integration.mqtt.inbound
Modifier and TypeMethodDescriptionvoid
Mqttv5PahoMessageDrivenChannelAdapter.setHeaderMapper
(HeaderMapper<org.eclipse.paho.mqttv5.common.packet.MqttProperties> headerMapper) -
Uses of HeaderMapper in org.springframework.integration.mqtt.outbound
Modifier and TypeMethodDescriptionvoid
Mqttv5PahoMessageHandler.setHeaderMapper
(HeaderMapper<org.eclipse.paho.mqttv5.common.packet.MqttProperties> headerMapper) -
Uses of HeaderMapper in org.springframework.integration.mqtt.support
Modifier and TypeClassDescriptionclass
The defaultHeaderMapper
implementation for MQTT v5 message properties mapping. -
Uses of HeaderMapper in org.springframework.integration.stomp.inbound
Modifier and TypeMethodDescriptionvoid
StompInboundChannelAdapter.setHeaderMapper
(HeaderMapper<StompHeaders> headerMapper) -
Uses of HeaderMapper in org.springframework.integration.stomp.outbound
Modifier and TypeMethodDescriptionvoid
StompMessageHandler.setHeaderMapper
(HeaderMapper<StompHeaders> headerMapper) -
Uses of HeaderMapper in org.springframework.integration.stomp.support