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.CamelSourceAdapter
- All Implemented Interfaces: 
 - DisposableBean, InitializingBean
 
public class CamelSourceAdapter
- extends AbstractCamelAdapter
- implements InitializingBean, DisposableBean
  
A CamelContext will be injected into CameSourceAdapter which will
 let Spring Integration channel talk to the CamelContext certain endpoint
- Version:
 
  
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CamelSourceAdapter
public CamelSourceAdapter()
setRequestChannel
public void setRequestChannel(org.springframework.integration.MessageChannel channel)
 
 
getChannel
public org.springframework.integration.MessageChannel getChannel()
 
 
setReplyChannel
public void setReplyChannel(org.springframework.integration.channel.DirectChannel channel)
 
 
afterPropertiesSet
public final void afterPropertiesSet()
                              throws Exception
- Specified by:
 afterPropertiesSet in interface InitializingBean
 
- Throws:
 Exception
 
destroy
public void destroy()
             throws Exception
- Specified by:
 destroy in interface DisposableBean
 
- Throws:
 Exception
 
initialize
protected void initialize()
                   throws Exception
 
- Throws:
 Exception
 
Apache CAMEL