org.apache.camel.component.spring.integration
Class SpringIntegrationProducer
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.DefaultProducer
org.apache.camel.component.spring.integration.SpringIntegrationProducer
- All Implemented Interfaces:
- IsSingleton, Processor, Producer, Service
public class SpringIntegrationProducer
- extends DefaultProducer
- implements Processor
A producer of exchanges for the Spring Integration
Please specify the outputChannel in the endpoint url for this producer.
If the message pattern is inOut, the inputChannel property
should be set for receiving the response message.
- Version:
- $Revision: 3442 $
|
Method Summary |
void |
process(Exchange exchange)
Processes the message exchange |
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, removeChildService, start, stop |
SpringIntegrationProducer
public SpringIntegrationProducer(SpringIntegrationEndpoint endpoint)
process
public void process(Exchange exchange)
throws Exception
- Description copied from interface:
Processor
- Processes the message exchange
- Specified by:
process in interface Processor
- Parameters:
exchange - the message exchange
- Throws:
Exception - if an internal processing error has occurred.
Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.