public class MongoDbProducer
extends org.apache.camel.support.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, doStart, doStop, getEndpoint, isSingleton, toString
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public MongoDbProducer(MongoDbEndpoint endpoint)
protected void invokeOperation(MongoDbOperation operation, org.apache.camel.Exchange exchange) throws Exception
Exception
Apache Camel