org.apache.camel.component.spring.integration
Class SpringIntegrationEndpoint
java.lang.Object
   org.apache.camel.impl.DefaultEndpoint<E>
org.apache.camel.impl.DefaultEndpoint<E>
       org.apache.camel.impl.ScheduledPollEndpoint<SpringIntegrationExchange>
org.apache.camel.impl.ScheduledPollEndpoint<SpringIntegrationExchange>
           org.apache.camel.component.spring.integration.SpringIntegrationEndpoint
org.apache.camel.component.spring.integration.SpringIntegrationEndpoint
- All Implemented Interfaces: 
- CamelContextAware, Endpoint<SpringIntegrationExchange>
- public class SpringIntegrationEndpoint 
- extends ScheduledPollEndpoint<SpringIntegrationExchange>
Defines the Spring Intergration Endpoint
- Version:
- $Revision: 711528 $
 
 
 
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint | 
| convertTo, createEndpointUri, createExchange, createExecutorService, createPollingConsumer, equals, getCamelContext, getComponent, getContext, getEndpointUri, getExchangePattern, getExchangeType, getExecutorService, hashCode, isLenientProperties, setCamelContext, setContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setExecutorService, toString | 
 
 
SpringIntegrationEndpoint
public SpringIntegrationEndpoint(String uri,
                                 String channel,
                                 SpringIntegrationComponent component)
SpringIntegrationEndpoint
public SpringIntegrationEndpoint(String uri,
                                 org.springframework.integration.core.MessageChannel channel,
                                 CamelContext context)
SpringIntegrationEndpoint
public SpringIntegrationEndpoint(String endpointUri,
                                 org.springframework.integration.core.MessageChannel messageChannel)
createProducer
public Producer<SpringIntegrationExchange> createProducer()
                                                   throws Exception
- 
- Throws:
- Exception
 
createConsumer
public Consumer<SpringIntegrationExchange> createConsumer(Processor processor)
                                                   throws Exception
- 
- Throws:
- Exception
 
createExchange
public SpringIntegrationExchange createExchange()
- 
- Specified by:
- createExchangein interface- Endpoint<SpringIntegrationExchange>
- Overrides:
- createExchangein class- DefaultEndpoint<SpringIntegrationExchange>
 
- 
 
createExchange
public SpringIntegrationExchange createExchange(ExchangePattern pattern)
- 
- Specified by:
- createExchangein interface- Endpoint<SpringIntegrationExchange>
- Overrides:
- createExchangein class- DefaultEndpoint<SpringIntegrationExchange>
 
- 
 
setInputChannel
public void setInputChannel(String input)
- 
 
getInputChannel
public String getInputChannel()
- 
 
setOutputChannel
public void setOutputChannel(String output)
- 
 
getOutputChannel
public String getOutputChannel()
- 
 
getDefaultChannel
public String getDefaultChannel()
- 
 
getMessageChannel
public org.springframework.integration.core.MessageChannel getMessageChannel()
- 
 
isSingleton
public boolean isSingleton()
- 
 
setInOut
public void setInOut(boolean inOut)
- 
 
isInOut
public boolean isInOut()
- 
 
Apache CAMEL