public final class SpringIntegrationBinding extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static org.springframework.integration.Message<?> | createSpringIntegrationMessage(org.apache.camel.Exchange exchange) | 
| static org.springframework.integration.Message<?> | createSpringIntegrationMessage(org.apache.camel.Exchange exchange,
                              Map<String,Object> headers) | 
| static void | storeToCamelMessage(org.springframework.integration.Message<?> siMessage,
                   org.apache.camel.Message cMessage) | 
| static org.springframework.integration.Message<?> | storeToSpringIntegrationMessage(org.apache.camel.Message message) | 
public static org.springframework.integration.Message<?> createSpringIntegrationMessage(org.apache.camel.Exchange exchange)
public static org.springframework.integration.Message<?> createSpringIntegrationMessage(org.apache.camel.Exchange exchange,
                                                                        Map<String,Object> headers)
public static org.springframework.integration.Message<?> storeToSpringIntegrationMessage(org.apache.camel.Message message)
public static void storeToCamelMessage(org.springframework.integration.Message<?> siMessage,
                       org.apache.camel.Message cMessage)
Apache Camel