979899100101102103
exchange.getIn().setBody(obj); return exchange; } protected CouchDbClientWrapper createClient() { return new CouchDbClientWrapper(new CouchDbClient(database, createDatabase, protocol, hostname, port, username, password)); }