org.apache.camel.component.spring.integration.adapter
Class AbstractCamelAdapter
java.lang.Object
   org.apache.camel.component.spring.integration.adapter.AbstractCamelAdapter
org.apache.camel.component.spring.integration.adapter.AbstractCamelAdapter
- Direct Known Subclasses: 
- CamelSourceAdapter, CamelTargetAdapter
- public abstract class AbstractCamelAdapter 
- extends Object
The Abstract class for the Spring Integration Camel Adapter
- Version:
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AbstractCamelAdapter
public AbstractCamelAdapter()
setCamelContext
public void setCamelContext(org.apache.camel.CamelContext context)
- 
 
getCamelContext
public org.apache.camel.CamelContext getCamelContext()
- 
 
getCamelEndpointUri
public String getCamelEndpointUri()
- 
 
setCamelEndpointUri
public void setCamelEndpointUri(String uri)
- 
 
setExpectReply
public void setExpectReply(boolean expectReply)
- 
 
isExpectReply
public boolean isExpectReply()
- 
 
Apache CAMEL