public class CamelSourceAdapter extends AbstractCamelAdapter implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
CamelSourceAdapter.ConsumerProcessor  | 
| Constructor and Description | 
|---|
CamelSourceAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
afterPropertiesSet()  | 
void | 
destroy()  | 
org.springframework.integration.MessageChannel | 
getChannel()  | 
protected void | 
initialize()  | 
void | 
setReplyChannel(org.springframework.integration.channel.DirectChannel channel)  | 
void | 
setRequestChannel(org.springframework.integration.MessageChannel channel)  | 
getCamelContext, getCamelEndpointUri, isExpectReply, setCamelContext, setCamelEndpointUri, setExpectReplypublic void setRequestChannel(org.springframework.integration.MessageChannel channel)
public org.springframework.integration.MessageChannel getChannel()
public void setReplyChannel(org.springframework.integration.channel.DirectChannel channel)
public final void afterPropertiesSet()
                              throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void destroy()
             throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionApache Camel