Class SpringIntegrationConverter
- java.lang.Object
-
- org.apache.camel.component.spring.integration.converter.SpringIntegrationConverter
-
@Converter(generateLoader=true) public final class SpringIntegrationConverter extends Object
The Type Converters for turning the Spring Integration types into Camel native type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.camel.MessagetoCamelMessage(org.springframework.messaging.Message<?> springMessage)static org.apache.camel.EndpointtoEndpoint(org.springframework.messaging.MessageChannel channel)static org.springframework.messaging.Message<?>toSpringMessage(org.apache.camel.Message camelMessage)
-
-
-
Method Detail
-
toEndpoint
@Converter public static org.apache.camel.Endpoint toEndpoint(org.springframework.messaging.MessageChannel channel) throws Exception- Throws:
Exception
-
toSpringMessage
@Converter public static org.springframework.messaging.Message<?> toSpringMessage(org.apache.camel.Message camelMessage) throws Exception- Throws:
Exception
-
-