org.apache.camel.component.spring.integration
Class SpringIntegrationConsumer
java.lang.Object
   org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.ServiceSupport
       org.apache.camel.impl.DefaultConsumer<SpringIntegrationExchange>
org.apache.camel.impl.DefaultConsumer<SpringIntegrationExchange>
           org.apache.camel.component.spring.integration.SpringIntegrationConsumer
org.apache.camel.component.spring.integration.SpringIntegrationConsumer
- All Implemented Interfaces: 
- Consumer<SpringIntegrationExchange>, Service, org.springframework.integration.message.MessageHandler
- public class SpringIntegrationConsumer 
- extends DefaultConsumer<SpringIntegrationExchange>- implements org.springframework.integration.message.MessageHandler
A consumer of exchanges for the Spring Integration
 Please specify the inputChannel in the endpoint url for this consumer.
 If the message pattern is inOut, the outputChannel property
 should be set for the outgoing message.
- Version:
- $Revision: 711533 $
 
| Method Summary | 
| protected  void | doStart()
 | 
| protected  void | doStop()
 | 
|  void | handleMessage(org.springframework.integration.core.Message<?> siInMessage)
 | 
 
 
| Methods inherited from class org.apache.camel.impl.ServiceSupport | 
| addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop | 
 
 
 
SpringIntegrationConsumer
public SpringIntegrationConsumer(SpringIntegrationEndpoint endpoint,
                                 Processor processor)
doStop
protected void doStop()
               throws Exception
- 
- Overrides:
- doStopin class- DefaultConsumer<SpringIntegrationExchange>
 
- 
- Throws:
- Exception
 
doStart
protected void doStart()
                throws Exception
- 
- Overrides:
- doStartin class- DefaultConsumer<SpringIntegrationExchange>
 
- 
- Throws:
- Exception
 
handleMessage
public void handleMessage(org.springframework.integration.core.Message<?> siInMessage)
- 
- Specified by:
- handleMessagein interface- org.springframework.integration.message.MessageHandler
 
- 
 
Apache CAMEL