org.apache.camel.component.spring.integration
Class SpringIntegrationBinding

java.lang.Object
  extended by 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:

Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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