|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HeaderMapper | |
---|---|
org.springframework.integration.http | |
org.springframework.integration.jms |
Uses of HeaderMapper in org.springframework.integration.http |
---|
Classes in org.springframework.integration.http that implement HeaderMapper | |
---|---|
class |
DefaultHttpHeaderMapper
Default HeaderMapper implementation for HTTP. |
Methods in org.springframework.integration.http with parameters of type HeaderMapper | |
---|---|
void |
HttpRequestExecutingMessageHandler.setHeaderMapper(HeaderMapper<HttpHeaders> headerMapper)
Set the HeaderMapper to use when mapping between HTTP headers and MessageHeaders. |
Uses of HeaderMapper in org.springframework.integration.jms |
---|
Subinterfaces of HeaderMapper in org.springframework.integration.jms | |
---|---|
interface |
JmsHeaderMapper
Strategy interface for mapping integration Message headers to an outbound JMS Message (e.g. to configure JMS properties) or extracting integration header values from an inbound JMS Message. |
Classes in org.springframework.integration.jms that implement HeaderMapper | |
---|---|
class |
DefaultJmsHeaderMapper
Default implementation of JmsHeaderMapper . |
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |