org.apache.camel.component.spring.integration
Class SpringIntegrationBinding
java.lang.Object
  
org.apache.camel.component.spring.integration.SpringIntegrationBinding
public final class SpringIntegrationBinding
- extends Object
 
The helper class for Mapping between the Spring Integration message and
 the Camel Message
- Version:
 
  - $Revision: 711528 $
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
createSpringIntegrationMessage
public static org.springframework.integration.core.Message createSpringIntegrationMessage(Exchange exchange)
 
createSpringIntegrationMessage
public static org.springframework.integration.core.Message createSpringIntegrationMessage(Exchange exchange,
                                                                                          Map<String,Object> headers)
 
storeToSpringIntegrationMessage
public static org.springframework.integration.core.Message storeToSpringIntegrationMessage(Message message)
 
storeToCamelMessage
public static void storeToCamelMessage(org.springframework.integration.core.Message siMessage,
                                       Message cMessage)
 
Apache CAMEL