Package | Description |
---|---|
org.springframework.integration.http.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.http.outbound |
Provides classes supporting outbound endpoints.
|
org.springframework.integration.http.support |
Provides classes to support Http endpoints, including header
mapping.
|
org.springframework.integration.jms |
Base package for JMS Support.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpRequestHandlingEndpointSupport.setHeaderMapper(HeaderMapper<org.springframework.http.HttpHeaders> headerMapper)
Set the
HeaderMapper to use when mapping between HTTP headers and MessageHeaders. |
Modifier and Type | Method and Description |
---|---|
void |
HttpRequestExecutingMessageHandler.setHeaderMapper(HeaderMapper<org.springframework.http.HttpHeaders> headerMapper)
Set the
HeaderMapper to use when mapping between HTTP headers and MessageHeaders. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttpHeaderMapper
Default
HeaderMapper implementation for HTTP. |
Modifier and Type | Interface and Description |
---|---|
interface |
JmsHeaderMapper
Strategy interface for mapping integration Message headers to an outbound
JMS Message (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJmsHeaderMapper
Default implementation of
JmsHeaderMapper . |
Copyright © 2018. All rights reserved.