public class MongoDbComponent
extends org.apache.camel.impl.DefaultComponent
MongoDbEndpoint
.Modifier and Type | Field and Description |
---|---|
static Set<MongoDbOperation> |
WRITE_OPERATIONS |
Constructor and Description |
---|
MongoDbComponent() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters)
Should access a singleton of type Mongo
|
static CamelMongoDbException |
wrapInCamelMongoDbException(Throwable t) |
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
public static final Set<MongoDbOperation> WRITE_OPERATIONS
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint
in class org.apache.camel.impl.DefaultComponent
Exception
public static CamelMongoDbException wrapInCamelMongoDbException(Throwable t)
Apache Camel