org.apache.camel.component.spring.integration.adapter
Class CamelSourceAdapter
java.lang.Object
   org.apache.camel.component.spring.integration.adapter.AbstractCamelAdapter
org.apache.camel.component.spring.integration.adapter.AbstractCamelAdapter
       org.apache.camel.component.spring.integration.adapter.CamelSourceAdapter
org.apache.camel.component.spring.integration.adapter.CamelSourceAdapter
- All Implemented Interfaces: 
- InitializingBean
- public class CamelSourceAdapter 
- extends AbstractCamelAdapter- implements InitializingBean
A CamelContext will be injected into CameSourceAdapter which will
 let Spring Integration channel talk to the CamelContext certain endpoint
- Version:
- $Revision: 792334 $
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
lifecycleMonitor
protected final Object lifecycleMonitor
CamelSourceAdapter
public CamelSourceAdapter()
setRequestChannel
public void setRequestChannel(org.springframework.integration.core.MessageChannel channel)
- 
 
- 
 
getChannel
public org.springframework.integration.core.MessageChannel getChannel()
- 
 
- 
 
setReplyChannel
public void setReplyChannel(org.springframework.integration.channel.DirectChannel channel)
- 
 
- 
 
afterPropertiesSet
public final void afterPropertiesSet()
                              throws Exception
- 
- Specified by:
- afterPropertiesSetin interface- InitializingBean
 
- 
- Throws:
- Exception
 
initialize
protected void initialize()
                   throws Exception
- 
 
- 
- Throws:
- Exception
 
Apache CAMEL