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:
 
  
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
createSpringIntegrationMessage
public static org.springframework.integration.Message<?> createSpringIntegrationMessage(org.apache.camel.Exchange exchange)
 
createSpringIntegrationMessage
public static org.springframework.integration.Message<?> createSpringIntegrationMessage(org.apache.camel.Exchange exchange,
                                                                                        Map<String,Object> headers)
 
storeToSpringIntegrationMessage
public static org.springframework.integration.Message<?> storeToSpringIntegrationMessage(org.apache.camel.Message message)
 
storeToCamelMessage
public static void storeToCamelMessage(org.springframework.integration.Message<?> siMessage,
                                       org.apache.camel.Message cMessage)
 
Apache CAMEL