org.apache.camel.component.spring.integration.adapter
Class CamelSourceAdapter.ConsumerProcessor

java.lang.Object
  extended by org.apache.camel.component.spring.integration.adapter.CamelSourceAdapter.ConsumerProcessor
All Implemented Interfaces:
org.apache.camel.Processor
Enclosing class:
CamelSourceAdapter

protected class CamelSourceAdapter.ConsumerProcessor
extends Object
implements org.apache.camel.Processor


Constructor Summary
protected CamelSourceAdapter.ConsumerProcessor()
           
 
Method Summary
 void process(org.apache.camel.Exchange exchange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelSourceAdapter.ConsumerProcessor

protected CamelSourceAdapter.ConsumerProcessor()
Method Detail

process

public void process(org.apache.camel.Exchange exchange)
             throws Exception
Specified by:
process in interface org.apache.camel.Processor
Throws:
Exception


Apache CAMEL