Index
All Classes and Interfaces|All Packages
C
- CamelHeaderMapper - Class in org.springframework.integration.camel.support
-
A
HeaderMapperfor mapping headers from Spring Integration message to Apache Camel message and back. - CamelHeaderMapper() - Constructor for class org.springframework.integration.camel.support.CamelHeaderMapper
- CamelMessageHandler - Class in org.springframework.integration.camel.outbound
-
A
MessageHandlerfor calling Apache Camel route and produce (optionally) a reply. - CamelMessageHandler(ProducerTemplate) - Constructor for class org.springframework.integration.camel.outbound.CamelMessageHandler
D
- doInit() - Method in class org.springframework.integration.camel.outbound.CamelMessageHandler
F
- fromHeaders(MessageHeaders, Message) - Method in class org.springframework.integration.camel.support.CamelHeaderMapper
H
- handleRequestMessage(Message<?>) - Method in class org.springframework.integration.camel.outbound.CamelMessageHandler
O
- org.springframework.integration.camel.outbound - package org.springframework.integration.camel.outbound
-
Provides classes for Apache Camel outbound channel adapters.
- org.springframework.integration.camel.support - package org.springframework.integration.camel.support
-
Provides supporting classes for Apache Camel channel adapters.
S
- setEndpointUri(String) - Method in class org.springframework.integration.camel.outbound.CamelMessageHandler
- setEndpointUriExpression(Expression) - Method in class org.springframework.integration.camel.outbound.CamelMessageHandler
- setExchangePattern(ExchangePattern) - Method in class org.springframework.integration.camel.outbound.CamelMessageHandler
- setExchangePatternExpression(Expression) - Method in class org.springframework.integration.camel.outbound.CamelMessageHandler
- setExchangeProperties(Map<String, Object>) - Method in class org.springframework.integration.camel.outbound.CamelMessageHandler
- setExchangePropertiesExpression(Expression) - Method in class org.springframework.integration.camel.outbound.CamelMessageHandler
-
Set a SpEL expression to evaluate
Exchangeproperties as aMap. - setHeaderMapper(HeaderMapper<Message>) - Method in class org.springframework.integration.camel.outbound.CamelMessageHandler
-
Set a
HeaderMapperto map request message headers into Apache Camel message headers and back if request-reply exchange pattern is used. - setInboundHeaderNames(String...) - Method in class org.springframework.integration.camel.support.CamelHeaderMapper
-
Provide a list of patterns to map Apache Camel message headers into Spring Integration message.
- setOutboundHeaderNames(String...) - Method in class org.springframework.integration.camel.support.CamelHeaderMapper
-
Provide a list of patterns to map Spring Integration message headers into an Apache Camel message.
T
- toHeaders(Message) - Method in class org.springframework.integration.camel.support.CamelHeaderMapper
All Classes and Interfaces|All Packages