org.apache.camel.component.spring.integration
Class SpringIntegrationEndpoint

java.lang.Object
  extended by org.apache.camel.impl.DefaultEndpoint<E>
      extended by org.apache.camel.impl.ScheduledPollEndpoint<SpringIntegrationExchange>
          extended by 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 $

Constructor Summary
SpringIntegrationEndpoint(String endpointUri, org.springframework.integration.core.MessageChannel messageChannel)
           
SpringIntegrationEndpoint(String uri, org.springframework.integration.core.MessageChannel channel, CamelContext context)
           
SpringIntegrationEndpoint(String uri, String channel, SpringIntegrationComponent component)
           
 
Method Summary
 Consumer<SpringIntegrationExchange> createConsumer(Processor processor)
           
 SpringIntegrationExchange createExchange()
           
 SpringIntegrationExchange createExchange(ExchangePattern pattern)
           
 Producer<SpringIntegrationExchange> createProducer()
           
 String getDefaultChannel()
           
 String getInputChannel()
           
 org.springframework.integration.core.MessageChannel getMessageChannel()
           
 String getOutputChannel()
           
 boolean isInOut()
           
 boolean isSingleton()
           
 void setInOut(boolean inOut)
           
 void setInputChannel(String input)
           
 void setOutputChannel(String output)
           
 
Methods inherited from class org.apache.camel.impl.ScheduledPollEndpoint
configureConsumer, configureProperties, getConsumerProperties, setConsumerProperties
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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:
createExchange in interface Endpoint<SpringIntegrationExchange>
Overrides:
createExchange in class DefaultEndpoint<SpringIntegrationExchange>

createExchange

public SpringIntegrationExchange createExchange(ExchangePattern pattern)
Specified by:
createExchange in interface Endpoint<SpringIntegrationExchange>
Overrides:
createExchange in 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