Uses of Class
org.apache.camel.component.couchdb.CouchDbClientWrapper

Uses of CouchDbClientWrapper in org.apache.camel.component.couchdb
 

Methods in org.apache.camel.component.couchdb that return CouchDbClientWrapper
protected  CouchDbClientWrapper CouchDbEndpoint.createClient()
           
 

Constructors in org.apache.camel.component.couchdb with parameters of type CouchDbClientWrapper
CouchDbChangesetTracker(CouchDbEndpoint endpoint, CouchDbConsumer consumer, CouchDbClientWrapper couchClient)
           
CouchDbConsumer(CouchDbEndpoint endpoint, CouchDbClientWrapper couchClient, org.apache.camel.Processor processor)
           
CouchDbProducer(CouchDbEndpoint endpoint, CouchDbClientWrapper couchClient)
           
 



Apache Camel