Class SpringIntegrationConverter
java.lang.Object
org.apache.camel.component.spring.integration.converter.SpringIntegrationConverter
The Type Converters for turning the Spring Integration
types into Camel native type.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.camel.Message
toCamelMessage
(org.springframework.messaging.Message<?> springMessage) static org.apache.camel.Endpoint
toEndpoint
(org.springframework.messaging.MessageChannel channel) static org.springframework.messaging.Message<?>
toSpringMessage
(org.apache.camel.Message camelMessage)
-
Method Details
-
toEndpoint
@Converter public static org.apache.camel.Endpoint toEndpoint(org.springframework.messaging.MessageChannel channel) -
toSpringMessage
@Converter public static org.springframework.messaging.Message<?> toSpringMessage(org.apache.camel.Message camelMessage) -
toCamelMessage
@Converter public static org.apache.camel.Message toCamelMessage(org.springframework.messaging.Message<?> springMessage)
-