org.apache.camel.component.spring.integration.converter
Class SpringIntegrationConverter
java.lang.Object
   org.apache.camel.component.spring.integration.converter.SpringIntegrationConverter
org.apache.camel.component.spring.integration.converter.SpringIntegrationConverter
- public final class SpringIntegrationConverter 
- extends Object
The Type Converters
 for turning the Spring Integration types into Camel native type.
- Version:
- $Revision: 711528 $
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
toEndpoint
public static Endpoint toEndpoint(org.springframework.integration.core.MessageChannel channel)
                           throws Exception
- 
- Parameters:
- Spring- Integration MessageChannel
- Returns:
- an Camel Endpoint
- Throws:
- Exception
 
toSpringMessage
public static org.springframework.integration.core.Message toSpringMessage(Message camelMessage)
                                                                    throws Exception
- 
- Throws:
- Exception
 
toCamelMessage
public static Message toCamelMessage(org.springframework.integration.core.Message springMessage)
                              throws Exception
- 
- Throws:
- Exception
 
Apache CAMEL