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

java.lang.Object
  extended by org.apache.camel.impl.DefaultEndpoint
      extended by org.apache.camel.impl.ScheduledPollEndpoint
          extended by org.apache.camel.component.spring.integration.SpringIntegrationEndpoint
All Implemented Interfaces:
CamelContextAware, Endpoint, IsSingleton

public class SpringIntegrationEndpoint
extends ScheduledPollEndpoint

Defines the Spring Intergration Endpoint

Version:
$Revision: 738604 $

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 createConsumer(Processor processor)
           
 Exchange createExchange()
           
 Exchange createExchange(ExchangePattern pattern)
           
 Producer 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, createPollingConsumer, createScheduledExecutorService, equals, getCamelContext, getComponent, getEndpointUri, getExchangePattern, getExchangeType, getExecutorService, getScheduledExecutorService, hashCode, isLenientProperties, setCamelContext, 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 createProducer()
                        throws Exception
Throws:
Exception

createConsumer

public Consumer createConsumer(Processor processor)
                        throws Exception
Throws:
Exception

createExchange

public Exchange createExchange()
Specified by:
createExchange in interface Endpoint
Overrides:
createExchange in class DefaultEndpoint

createExchange

public Exchange createExchange(ExchangePattern pattern)
Specified by:
createExchange in interface Endpoint
Overrides:
createExchange in class DefaultEndpoint

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()


Copyright © 2009 Apache Software Foundation. All Rights Reserved.