org.apache.camel.component.spring.integration
Class SpringIntegrationProducer
java.lang.Object
   org.apache.camel.impl.ServiceSupport
org.apache.camel.impl.ServiceSupport
       org.apache.camel.impl.DefaultProducer<SpringIntegrationExchange>
org.apache.camel.impl.DefaultProducer<SpringIntegrationExchange>
           org.apache.camel.component.spring.integration.SpringIntegrationProducer
org.apache.camel.component.spring.integration.SpringIntegrationProducer
- All Implemented Interfaces: 
- AsyncProcessor, Processor, Producer<SpringIntegrationExchange>, Service
- public class SpringIntegrationProducer 
- extends DefaultProducer<SpringIntegrationExchange>- implements AsyncProcessor
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: 711528 $
 
 
 
| Methods inherited from class org.apache.camel.impl.ServiceSupport | 
| addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop | 
 
 
 
SpringIntegrationProducer
public SpringIntegrationProducer(SpringIntegrationEndpoint endpoint)
process
public void process(Exchange exchange)
             throws Exception
- 
- Specified by:
- processin interface- Processor
 
- 
- Throws:
- Exception
 
process
public boolean process(Exchange exchange,
                       AsyncCallback callback)
- 
- Specified by:
- processin interface- AsyncProcessor
 
- 
 
Apache CAMEL