public class MongoDbComponent extends DefaultComponent
MongoDbEndpoint.| Modifier and Type | Field and Description |
|---|---|
static java.util.Set<MongoDbOperation> |
WRITE_OPERATIONS |
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending| Constructor and Description |
|---|
MongoDbComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected Endpoint |
createEndpoint(java.lang.String uri,
java.lang.String remaining,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Should access a singleton of type Mongo
|
static CamelMongoDbException |
wrapInCamelMongoDbException(java.lang.Throwable t) |
afterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspendpublic static final java.util.Set<MongoDbOperation> WRITE_OPERATIONS
protected Endpoint createEndpoint(java.lang.String uri, java.lang.String remaining, java.util.Map<java.lang.String,java.lang.Object> parameters) throws java.lang.Exception
createEndpoint in class DefaultComponenturi - the full URI of the endpointremaining - the remaining part of the URI without the query
parameters or component prefixparameters - the optional parameters passed injava.lang.Exception - is thrown if error creating the endpointpublic static CamelMongoDbException wrapInCamelMongoDbException(java.lang.Throwable t)
Copyright © 2007-2014 Red Hat, Inc.. All Rights Reserved.