public class MongoDbProducer
extends org.apache.camel.impl.DefaultProducer
| Constructor and Description |
|---|
MongoDbProducer(MongoDbEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
invokeOperation(MongoDbOperation operation,
org.apache.camel.Exchange exchange)
Entry method that selects the appropriate MongoDB operation and executes it
|
void |
process(org.apache.camel.Exchange exchange) |
createExchange, createExchange, createExchange, doStart, doStop, getEndpoint, isSingleton, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic MongoDbProducer(MongoDbEndpoint endpoint)
protected void invokeOperation(MongoDbOperation operation, org.apache.camel.Exchange exchange) throws Exception
operation - exchange - ExceptionApache Camel